sus

joined 2 years ago
[–] sus 12 points 23 hours ago* (last edited 23 hours ago)

found this update from 1 month ago:

https://euro-stack.com/blog/2025/3/schleswig-holstein-open-source-digital-sovereignty

what the actual amount of progress is seems to be buried under bureaucracy-speak but I got 3 useful sentences out of it so far:

Configuration via group policies

MS Office can remain installed in parallel, until October 2025

Goals for october 2025: LibreOffice should be the sole standard office software on around 70% of the state administration's IT workstations

so to me it seems they're currently slowly doing a MS office -> LibreOffice transfer, but they're still all using windows (as the use of "group policy" implies)

[–] sus 13 points 1 day ago (12 children)

Some dark urge found me skim-reading a recent AI doomer blog post. I was startled awake by this most unsettling passage:

My wife wrote a letter to our infant daughter recently. It concluded:

I don’t know that we can offer you a good world, or even one that will be around for all that much longer. But I hope we can offer you a good childhood. [...]

Though the theoretical possibility had always been percolating somewhere in the back of my mind, it wasn't until now that I viscerally realized that P(doomers reproducing) was greater than zero. And with other doomers no less.

Left brooding on this development, I drudged along until-
BAhahaha what the fuck
I can't. This is beyond parody.

Completely lost it here. Nothing could have prepared me for the poorly handwritten wrist tattoo.

Creating space for miracles
Doom feels really likely to me. [...] But who knows, perhaps one of my assumptions is wrong. Perhaps there's some luck better than humanity deserves. If this happens to be the case, I want to be in a position to make use of it.

Oh how rational! Willing to entertain the idea that maybe, theoretically, the doomsday prediction could be off by a few days?

I'm not sure that I ever strongly felt that I would die at eighty or so. I had a religious youth and believed in an immortal soul. Even when I came out of that, I quickly believed in the potential of radical transhuman life extension.

This guy thought he was getting clean but he was actually replacing weed with heroin
I really convinced myself that "doomsday cult" was hyperbole but uhh, nope, it's 107% real.

[–] sus 2 points 1 day ago (2 children)

you can also 'trivially' derive the quadratic formula using completing the square, but does anybody actually do that instead of just memorizing the formula?

[–] sus 14 points 2 days ago* (last edited 2 days ago)

it's actually about testing your ability and willingness to jump through hoops that serve no discernible purpose, one of the most vital skills for working within 99% of human organizations

[–] sus 2 points 3 days ago

compared to that graphics card though which is like $900

[–] sus 2 points 3 days ago (2 children)

64 gigs of ram costs less than $200 these days

[–] sus 8 points 3 days ago (1 children)

vpn is basic internet hygiene

according to vpn companies

[–] sus 3 points 4 days ago* (last edited 4 days ago)

powershell has that too

[–] sus 5 points 5 days ago* (last edited 5 days ago)

stoning is a particular method of public execution, so most rock-related deaths don't count

[–] sus 12 points 1 week ago (1 children)

fact checked by real enlightened atheists: ❌FALSE❌

468
Friendly reminder (programming.dev)
submitted 1 week ago by sus to c/[email protected]
 
[–] sus 5 points 1 week ago (3 children)

the US constitution specifically has a carve-out that allows using prisoners as slaves

[–] sus 13 points 2 weeks ago* (last edited 2 weeks ago)

no it's real with references to the C++ standard (I think). they also have a big m4 macro(?) for generating the flowchart

40
math (programming.dev)
submitted 4 weeks ago by sus to c/[email protected]
 
24
submitted 1 month ago by sus to c/python
 
class Node:
    def __init__(self, edges = set()):
        self.edges = edges


def main():
    foo = Node()
    bar = Node()
    quz = Node()

    foo.edges.add(bar)
    bar.edges.add(foo)

    assert(foo is not bar) # assertion succeeds
    assert(foo is not quz) # assertion succeeds
    assert(bar is not quz) # assertion succeeds
    assert(len(quz.edges) == 0) # assertion fails??


main()

spoilerMutable default values are shared across objects. The set in this case.

451
steal his look (programming.dev)
submitted 4 months ago by sus to c/[email protected]
 
402
idiot (programming.dev)
submitted 6 months ago by sus to c/[email protected]
 
 
743
average day in NPM land (programming.dev)
submitted 8 months ago by sus to c/programmer_humor
 
715
Reality check (programming.dev)
submitted 11 months ago by sus to c/[email protected]
 
426
YoE (programming.dev)
submitted 1 year ago by sus to c/programmer_humor
 
 
view more: next ›