damn, the nostalgia. that's background hasn't been a default since opensuse 10? iirc it was the default on enlightenment desktop
damn, the nostalgia. that's background hasn't been a default since opensuse 10? iirc it was the default on enlightenment desktop
i don't think that's the real Prager-U, pretty sure someone got access to the parts needed to set it up as a bsky domain, similarly to @prageru-server.s3.amazonaws.com
@bskyphotos.bsky.social
decay <3
#photography #streetphotography #abandoned #urban #photographer
and my favourite vertical shots
#photographer #streetphotography #photography
my personal favourite horizontal shots
#photography #streetphotography #photographer
luxploit.substack.com/p/the-gpl-re...
so i post opinions on stubstack now i guess
the bee movie script looks incredibly silly this way
cereal experiments lain
not anymore
same
the full-quality versions of all my photos are up on flickr
www.flickr.com/photos/luxpl...
also pretty pictures I took recently
My Instax Mini 70 arrived, gonna try and take a few pictures with it once I have batteries for it.
@labeler.urbanism.plus listcommands
I'm proud of myself for once, I know that even alone I can achieve things I deemed impossible. Despite horrendous physical health I made it here, 1.8km of stairs up a hill for this view, just wish it was with her..
@labeler.urbanism.plus label
respectfully disconnect your life support
69k scrobbles on the head
www.last.fm/user/lnk_fm btw
ROP tuah Stack on that thang
when we tried powering on this board for the first time before the rgh3, it would short the PSU and my first guess was an issue with the capacitors being fucky (i had suggested removing one of the most obvious leaky caps, which we did but to no success). Weeks another cap had turned into this.
xbox motherboard sitting on a desk
the XELL splash screen and output on an lcd screen
RGH success!
me and @luxploit.net successfully RGH'd a Jasper xbox 360.
The "first" attempt didn't go anywhere, with an ace v3.
Our 2nd attempt was a success! using a matrix glitcher chip and the same wiring used for the ace v3 + pulling the clock from the Hana.
this is what john whatsapp smokes
the drive labels did not deceive you, two of those really are connected via usb3 and prayers
i live in bliss
in my head i can hear the first couple seconds of the lego island intro *le- le lego, le- le- lego -go*
also i meant to say GC, not GCI
yeah JVM perf. and esp. resource uses is just catastrophic. Go solves a real problem, I mean that's why Google engineers build it in the first place. They were deep in the JVM full-stack space and with the shift to a more client-sided web with angularjs, a faster backend solution had to come about.
If you use it for what it was intended to be used for: building fast server apps and services, you'll find that using Go isn't really complicated and fairly fun.
Also if err != nil return err, isnt that bad. I tend to do if err != nil return fmt.Errorf("myprefix: %w", err). Helps with debugging ngl
An opinion: If you say Go is a shit lang because has a GCI, need you to imagine what it was intended to replace: JVM heavy systems.
In that context, Go makes a lot more sense no? Not having to worry about memory, who owns what and release when. It "just works" and it's magnitudes faster then Java.