• 1 Post
  • 15 Comments
Joined před 8 měsíci
cake
Cake day: 19. ledna 2024

help-circle


  • I liked agile as it was practiced in the “Extreme Programming” days.

    • Rather than attempt to design the perfect system from the get-go, you accept that software architecture is a living, moving target that needs to evolve as your understanding of the problem evolves.

    • Rather than stare down a mountain of ill-defined work, you have neat little user stories that can be completed in a few days at most and you just move around some Kanban cards instead of feeding a soul-sucking bureaucratic ticketing, time tracking and monitoring system.

    • Rather than sweat and enter crunch mode for deadlines, the project owners see how many user stories (or story points or perfect hours) the team completes per week and can use a velocity graph / burndown chart to estimate when all work will be completed.

    .

    But it’s just a corporate buzzword now. “We’re agile” often enough means “we have no plan, take no responsibility and expect the team to wing it somehow” or “we cargo cult a few agile ideas that feel good to management, like endless meetings with infinite course changes where everyone gives feel-good responses to the managers.”

    Having a goal, a specification, a release plan, a vision and someone who is responsible and approachable (the “project owner”) are all part of the agile manifesto, not something it tries to do away with. I would be sad if agile faces the same fate as the waterfall model back in its time and even sadder if we return to the time-tracking-ticket-system-with-Gantt-chart hell as the default.

    Maybe we need a new term or an “agility index” to separate the cases of “incompetent manager uses buzzword to cover up messy planning” from the cases of “project owner with a clearly defined goal creates a low-bureaucracy work environment for his team.” :)



  • Disclaimer: I wondered the same, since 2014, and this is what I puzzled together for myself, read it with that in mind!

    I believe a lot of it can be traced back to the wealthy and to conservative think tanks / media control by right wing moguls.

    Back in the 1960s and 1970s, conservatives were perceived as well-off business people trying to protect their own wealth (I’ve read that people used to say things like “I’m not rich enough to vote Republican” or children shouting “last one in the house is a dirty Republican”). You can even see old movies dunk on conservatives (i.e. take Stanley Kubrick’s “2010: The Year we Make Contact” (1984), at the beginning, with the satellite dish tower, the protagonist noses off about reactionaries being in control of congress, thus leading the country towards war).

    This is the rather extreme election result from 1964:

    Political map of the US in 1964

    Because liberals mostly were Democratic Party voters, Republicans and their wealthy donors tried to alter public perception of liberals (i.e. make it undesirable for their Republican indoctrinatees to be liberal). This included taking over the media (and Reagan conveniently cancelling the Fairness Doctrine in 1987, which gave political bias in the media some guard rails), then painting liberals as all things undesirable: arrogant, weak, clueless, leeches, etc.

    Having a “hate object” worked so well that they kept capitalizing on it. Much of it was/is just slinging sh*t against the wall and looking what sticks, but think tanks are indeed looking at what sticks, so successful patterns get repeated. Some of these successful patterns I can see are: installing a victim complex in conservatives (feeling their back against the wall, they lash out easier, ensuring anyone talking about conservatives is conditioned to use very soft gloves) and the two-year bogeyman, often trying to capture, redefine and vilify some prior existing concept (thus, when the campaign hits, indoctrinatees can find lots of “proof” online of this thing existing).

    For example, social justice used to be universally agreed on as a good thing, woke used to mean remaining aware of systemic inequalities, now they make conservatives pop an artery. This has been going for a while (the “hate object” over time has been rock music, hippies, metal music, supposed satan worshippers, pen and paper games, paganism+atheism, video games, social justice activists, cancel culture, black lives matter, critical race theory, wokeness, …)

    And I think, yes, your perception is spot on. This is, for example, what I get when I search for “anti-conservative t-shirts” (if it’s too tiny, try it yourself - they’re all anti-liberal):

    Search result on DuckDuckGo for anti-conservative t-shirts, all results showing anti-liberal t-shirts

    TL;DR: conservatives are intentionally made and kept angry. It keeps them unified against a bigger enemy (see Genghis Gambit), drives them to go vote and prevents voters from switching sides even if they do not like some things the conservatives are doing. Add to that Russia amplifying this division like there’s no tomorrow. They’re installing this hate for liberals both in tankies and in far-right bigots (and, as far as I can tell, anti-liberal sentiment is pushed into Russian society, too).


  • Just some thoughts:

    • Current LLMs (chat AIs) are “frozen brains.” (Over-)Simplified, the synapses on the AI’s input neurons are given the 2048 prior words (the “context”) and the AI’s output synapses mean a different word each, so the synapse that lights up most strongly is the next word the AI will say. Then the picked word is added to the “context” and the neural network is executed once more for the next next word.

    • Coming up with the weights of the synapses takes insane effort (run millions of books through the “context” and look if the AI t predicts the next word correctly, if not, change a random synapse). Afaik, GPT-4 was trained on more than 2000 NVidia A100 GPUs for somewhere around 4 to 7 months, I think they mentioned paying for 7.5 Megawatt hours.

    • If you had a super computer that could keep running the AI with live training, the AI’s ability to string up words would likely, and quickly, degrade into incoherence because it would just ingest and repeat whatever went into it. Existing biological brains have these complex mechanisms of distilling experiences and evaluating them in terms of usefulness/success of their own actions.

    .

    I think that foundation, that part that makes biological brains put the action/consequence in the foreground of the learning experience, rather than just ingesting, is what eludes us. Perhaps at some future point in time, we could take the initial brain structure that grows in a human as the seed for an AI (but I guess then we’d likely have to simulate all the highly complex traits of real neurons, including mixed chemical and electrical signaling and possibly even quantum-level effects that have been theorized).



  • That’s what I meant when I wrote “Git submodules can only point to a whole different repository” - they can’t point to a path inside a repository, only to another repository root. That unfortunately renders them useless for me (I’d have to set up in the order of hundreds of small repositories for the sets of shared data I have).


  • cygon@lemmy.worldOPtoSelfhosted@lemmy.worldGitHub-like WebUI for Subversion
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    před 5 měsíci

    I’m already using Git for source code related versioning, but some use cases involving large binary files with partial updates aren’t well covered by Git (I’ve gone into some detail in my reply to @vvv@programming.dev).

    There’s also the lack of svn:externals in Git. Git submodules can only point to a whole different repository as far as I’m aware.


  • I’m already using Git, thus my experience with Gitea. I am well versed with svndumpfilter and git-svn to extract and migrate individual Subversion repositories to Git.

    I’m not only hosting code, but I have several projects involving large binary files with binary changes. Git’s delta compression algorithm for binary files is so-so. Git LFS is just outsourcing the problem. Even cloning with --depth 1 --single-branch gives me abysmal performance compared to Subversion.

    So I’m still looking for a nice WebUI to make my life with the Subversion repositories I have easier.





  • I love the “Let’s finish setting up your device” popup that prevents me from using my VMs regularly.

    The "Let's finish settings up your device" popup of Windows 10, acting as if you forgot to let Microsoft scan your face, tell them about your phone, buy an office subscription, store your data on Microsoft servers and start using Microsoft's browser.

    Like some condescending peddler trying to slam-dunk your agreement as a foregone conclusion.

    Come on, buddy, let’s do those remaining tasks, let’s have Microsoft scan your face, tell Microsoft about your phone, let’s go and install those Microsoft apps missing from your phone, and your laptop, too, and then we go buy that Office subscription and have you store your important files on Microsoft’s servers and we really need to get around to switching to Microsoft’s web browser now.

    And the only option you get is “Yes” or “Remind me later.”

    If you turn it off (and it needs to be turned off in two places), it’ll be back on as soon as Microsoft publishes the tiniest update to any of its unwanted services. Harrghrrr! (artery popping noises)


    • An amusing way people used to wake up early was by drinking extra water before going to sleep. Their full bladder would wake them in the early morning hours (unless they overdid it, in which case they had to use the potty in the middle of the night and then overslept).

    • Animal noises. Most people had animals or lived near other people with animals, so the morning hours had a bunch of typical animal noises (animals, like humans, have an inner clock, and some animals are programmed to wake up before dawn).

    • Logs near the stove. A seasonal thing, but in winter, if you know you usually refill the stove 3 or 4 times during the night, you can tell how much of the night has passed through your wood stack.

    The bi-phasic sleep thing also helped (take a good nap around noon, but also wake up at midnight and drink a beer with the neighbors). The point of midnight may have been rather arbitrary, though.

    As far as I’m aware, candles were affordable, but the average person still couldn’t afford to burn down a candle every day to work or measure time, so once it got dark, normal work ceased and, at best, a family would meet in front of the stove and tell stories, knit or carve for a while.


  • cygon@lemmy.worldtoSelfhosted@lemmy.worldHow do I automount sshfs?
    link
    fedilink
    English
    arrow-up
    2
    ·
    před 7 měsíci

    I’m on OpenRC, so I can’t say anything about systemd, but I have several SSHFS mounts (non-auto) listed in my fstab:

    sshfs#root@192.168.0.123:/random-folder/ /mnt/random-folder fuse noauto,uid=1000,gid=100,allow_other 0 0

    Is that similar to what you’ve tried in your fstab? I’d assume replacing noauto with auto should just work, but then again, I haven’t tried it (and rebooting my system right now would be very inconvenient, sorry).

    It also might require you to either use password-based login and specify the password or store the SSH keys in the .ssh directory of the user doing the mount (should be root with auto set).