• 0 Posts
  • 39 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle


  • Or just :set mouse=a if your terminal emulator was updated in the past decade. gVim has nothing to offer anymore, except that it bundles its own weird terminal emulator that doesn’t inherit any of the fonts, themes, settings or shortcuts of one’s default terminal. Blegh.

    Also if you’re not going to leverage Vim’s main feature and just want to click around on stuff, just install VSCod(e|ium), which is genuinely amazingly good.


  • These are the pitfalls with the “amazon reviews/yelp” model.

    A decent implementation of the Wikipedia/FOSS model sidesteps this because it theoretically is run by opinionated curators. No amount of bots/shills can break the article soft-lock ounce foul play is spotted.

    That’s not to say these systems haven’t been occasionally broken through more sophisticated attacks, but empirically it seems clear that the model generally works well enough given enough community engagement (which would be the biggest challenge IMO, because maintainers can’t be expected to buy every product, and reliable primary sources may be hard to come by).


  • I wasn’t very old then but the main thing was RAM. Fuckers in Microsoft sales/marketing made 1 GB the minimum requirement for OEMs to install Vista.

    So guess what? Every OEM installed Vista with 1 GB of RAM and a 5200 RPM hard drive (the “standard” config for XP which is what most of those SKUs were meant to target). That hard drive would inevitably spend its short life thrashing because if you opened IE it would immediately start swapping. Even worse with OEM bloat, but even a clean Vista install would swap real bad under light web browsing.

    It was utterly unusable. Like, everything would be unbearably slow and all you could do was (slowly) open task manager and say “yep, literally nothing running, all nonessential programs killed, only got two tabs open, still swapping like it’s the sex party of the century”.

    “Fixing” those hellspawns by adding a spare DDR2 stick is a big part of how I learned to fix computer hardware. All ya had to do was chuck 30 € of RAM in there and suddenly Vista went from actually unusable to buttery smooth.

    By the time the OEMs wised up to Microsoft’s bullshit, Seven was around the corner so everyone thought Seven “fixed” the performance issues. It didn’t, it’s just that 2 GB of RAM had become the bare minimum standard by then.

    EDIT: Just installed a Vista VM because I ain’t got nothing better to do at 2 am apparently. Not connected to the internet, didn’t install a thing, got all of 12 processes listed by task manager, and it already uses 500 MB of RAM. Aero didn’t even enable as I didn’t configure graphics acceleration.



  • The competitive scene happened. Can’t have meaningful competitive matchmaking against the same 100 players. People don’t just want to frag noobs, they want to grind the ladder to be able to say “I’m GE and you’re Gold, therefore I know for a fact I’m better than you”.

    This is a global phenomenon. Even goddamn chess has this, first thing players ask each other nowadays is “what’s your chess.com ELO”.

    I’m not a competitive player myself but I get why people rush after ELO progression. And it’s not much of a stretch to say CS, Valo, and especially chess wouldn’t have seen such widespread success without competitive ELO-based matchmaking.


  • It’s not about the bindings. It’s, as always with kernel devs, about gatekeeping and unprofessional if not outwardly hostile behavior.

    Maintaining bindings is a hard problem for sure, but no hard problems have ever been solved by the key stakeholders refusing to partake in honest discussions. Asahi Lina’s breakdown of her rejected contributions to the fundamentally flawed drm_sched, which do not involve a single byte of Rust, demonstrates an unwillingness to collaborate that goes much further than the sealioning about muh bindings.



  • You’re describing proper incident response but I fail to see what that has to do with the status page. They have core metrics that they could display on that status page without a human being involved.

    IMO a customer-friendly status page would automatically display elevated error rates as “suspected outage” or whatever. Then management can add more detail and/or say “confirmed outage”. In fact that’s how the reddit status page works (or at least used to work), it even shows little graphs with error rates and processing backlogs.

    There are reasons why these automated systems don’t exist, but none of these reasons align with user interests.




  • azertyfun@sh.itjust.workstoProgrammer Humor@programming.dev<br>
    link
    fedilink
    arrow-up
    19
    arrow-down
    1
    ·
    4 months ago

    > Clicks on <br>
    > Example is <br />


    The actual thing that matters is that the / is ignored so (unlike with XML I believe) you can’t self-close a non-void element by adding a trailing /. But “void elements should not have trailing slashes” is extrapolation on your part; the trailing slash improves readability and is kosher since it doesn’t act as a self-close.


  • Belgian here. The rules vary depending on the collective agreement the position falls under (hospitality workers’ unions negotiate separately from construction workers’ for instance).

    Most people in most jobs are some variation of salaried (whether on a fixed or indeterminate duration contract) and the contract must be broken either upon natural termination (fixed contract or tryout period), with a predetermined amount of notice time, or due to an egregious fault (multiple warning notices, stealing from the employer, failing to pay the employee, etc.).

    Contractors can be hired and fired willy-nilly, but they normally get paid enough for that not to be a concern. I’m not aware of “hourly” contracts in the way North-Americans usually mean them, AFAIK the number of weekly working hours must always be determined in advance. I just checked, in the hospitality industry there is obviously some regulated leeway for scheduling but the yearly average must be exactly 38 hours/week (hence why some Americans always complain that European waiters aren’t kissing their boots every 5 seconds). Though there are many different collective agreements, each with enough different rules to keep the employment lawyers well fed.

    “Odd jobs” are legal and not subject to those rules, but if you regularly employ someone for “odd jobs” then it is very likely that were they to challenge it in court, the judge would reclassify that as a salary position and rule according to that and even possibly fine the employer for unlawful employment. Generally speaking if someone can just walk away from a job with no repercussions in Belgium, I’d expect that it is either an illegal employment situation, some kind of odd/seasonal job, or a job where the employer just doesn’t care enough to sue (if they were paying out the minimum wage, they certainly aren’t going to get anything back by suing!).


  • I’ve witnessed similar corporate screwups from the inside, I know the greed and political games and misaligned incentives that allow for such an obviously and catastrophically badly scoped project to be pushed dead-on-arrival in production, against the advice of literally anyone with a pair of eyes and literally any honesty.

    Intellectually, I understand. Yet my heart doesn’t, because it refuses to believe the sheer amount of collective stupidity and outright malice at every level of management, consistently for years on end, required to achieve these outcomes. How anyone can sleep at night with “Product Manager for New Outlook” on their resume is beyond me.


  • Anyone who praises FP is either a student, works primarily in academia, or otherwise never had to look at a deep stack trace in their life.

    Every time a production system spits out a backtrace that’s just 15 event loop calls into a random callback, I lose 6 months life expectancy. Then I go look at the source, and the “go to definition” of my LSP never works because WHY WOULD IT, IT’S ALL FUNCTIONAL hapi.register CALLS

    I hate it I hate it I hate it I hate it. I support UBI because the people pushing functional programming in real production systems should be reassigned to gardening duties.




  • “Color terminal” isn’t a thing. Applications can choose to output ANSI escape codes which most terminal emulators will render as color changes. Whether and which colors get used depends on the value of $TERM, which informs the application of the capabilities of the terminal emulator.

    So if your remote servers don’t have color, either $TERM isn’t being set or its value is unknown to the server. Most modern terminal emulators support at least the same escape codes as xterm-256color though so you can always try to export that.