Search results

  1. Jose

    Thanksgiving - no donation this year

    This is obnoxious. It's really none of their damn business. I got these in the credit card flow, and I'm pretty sure it's the card that requires 'em. You could always snail mail them a money order, I guess. I suspect this nonsense is driven by their use of the Donorbox service. I'm creeped out...
  2. Jose

    Musings of a noob as I migrate from Windows to FreeBSD in my homelab

    Sounds like this Unifi box is not a real bridge. I have two OpenWRT access points in bridge mode on my network, and DHCP works happily across them.
  3. Jose

    Kernel inside encrypted space by default? Linux is dead in the water

    Linux is dying? Well, that is new and refreshing!
  4. Jose

    Aren't all computer games the same?

    This is folklore I'm familiar with: https://users.cs.utah.edu/~elb/folklore/mel.html
  5. Jose

    Solved Portupgrade Building Rust stopped with signal: 11 (SIGSEGV) (core dumped)

    Well bad hardware (including bad RAM) could've caused corruption in a library needed by rustc. The error would be reproducible if that's the case. I agree with cracauer@ that the likely culprit is a corrupt file. Have you tried cleaning out the work directory between builds?
  6. Jose

    Kiosk GUI Screens

    I think the easiest path at this point is for you to push your code to some public place where we can all look at it and provide suggestions.
  7. Jose

    Aren't all computer games the same?

    I'd forgotten how much time I wasted throwing penguins around...
  8. Jose

    Does FreeBSD make you happy? Explain why

    My workstations work the first time, every time. I literally forget about the server I have under my desk because it just works, all the time. Upgrades never go sideways on the server, and only rarely on the workstations. That's why.
  9. Jose

    Kiosk GUI Screens

    Mo is also active on the FLTK mailing list.
  10. Jose

    FreeBSD, instead of looking at Rust should look at Zig

    Don't forget ridiculous compile times and the bloat you get from their download-the-Internet package manager.
  11. Jose

    Aren't all computer games the same?

    That's an amazing game, but the career mode is not very good. It's really more of a space simulator with more accurate physics than a game. It's one of the few games in which I have more than 1000 hours. Kitten SA looks very interesting. I'm downloading it and will probably send them a few bucks.
  12. Jose

    Aren't all computer games the same?

    It is slow moving. I might've stayed up all night waiting for things to happen the first time I played it. Maybe.
  13. Jose

    Aren't all computer games the same?

    Classic! Am I the only one who played SimEarth?
  14. Jose

    Aren't all computer games the same?

    I'm gonna flail off way into the weeds now. Is The Edge of Tomorrow a film representation of a Rogue-like?
  15. Jose

    Aren't all computer games the same?

    I thought he was describing Battle Royale games. They are quite popular since Fortnite. https://en.wikipedia.org/wiki/Battle_royale_game#Mainstream_popularity_(2018%E2%80%93present) There are a lot of those around at the moment that are very, very similar.
  16. Jose

    Call for testing: pkgbase support in 15.0

    See point 2: https://forums.freebsd.org/threads/topics-about-unsupported-freebsd-versions.40469/ However, 15 is now STABLE and is therefore discussing it is within the rules of the forum.
  17. Jose

    general/other Weird network delay on Linux within bhyve behind IPFilter NAT

    It's also so awesome when the "security" team talks down to you when you try to explain why ICMP is needed. "Everyone knows ping is unsafe. Duh."
  18. Jose

    Python We have Python 3.12 already in FreeBSD - how long it takes to build modules for it ?

    That has certainly not been my experience. Minor versions often introduce incompatibilities. Python introduces new minors every year, and only supports them for two years. Writing stuff in Python nowadays is dooming yourself to a death of a thousand cuts "fixing" administrivia in your code base...
  19. Jose

    Kiosk GUI Screens

    You have to add a callback to your button. Decent example of font handling here: https://github.com/fltk/fltk/blob/branch-1.3/examples/textdisplay-with-colors.cxx Yeah, that a little weird. Turns out 2.x is an ancient dead branch. New development will become 1.5. I don't know for sure about...
Back
Top