Advertisement · 728 × 90

Posts by Weißstreifen

screen capture actually does not drop your frame rate by 90% and gives you stutters and fractional scaling makes multi monitor + resolution setups actually usable. Don't listen to the people telling you that Wayland is not usable. It's incredible. I'm on AMD + nvidia, which should be the worst comb.

23 hours ago 3 0 0 0

I was using X11 for a long time because I've always read that Wayland is not stable, unmature and buggy. I've switched to Wayland recently and the only thing I can say is that everything works better than before. Compositors actually use the GPU instead of creating a laggy desktop experience,

23 hours ago 4 0 2 0
Showing the WoW achievent 'Ahead of the Curve: Midnight Falls'

Showing the WoW achievent 'Ahead of the Curve: Midnight Falls'

It sounds nerdy AF but If you are looking for friends try WoW raiding with a guild. It's so fun to acomplish something with strangers and feel how they become familiar. Today we killed the final Boss of the current season and it was huge fun and I think i found a few very nice people there. GG

1 day ago 0 0 0 0

If you don't use AI at all in your software engineering work you are pretty cool (or kewl like we kewl kids say). Just wanted to say that. Have a nice sunday.

1 day ago 1 0 0 0

Lisps are awesome and Clojure is really nice. It's not as nice as OG Common Lisp but the best language the JVM has to offer

2 days ago 0 0 0 0

I think I have to live with the fact that I will never finish a game project because I always try the most niche stuff. But maybe this time it's different. Common Lisp Trial Game Engine, here we go again.

2 days ago 0 0 0 0
Post image
6 days ago 7437 2390 44 92
Advertisement

Whats so bad about knowing how to code?

3 days ago 0 0 0 0

I wonder why german companies are not competitive anymore lol

3 days ago 0 0 0 0
Post image

Nice uptime monitoring bluesky. You should probably calculate how long the service was actually useable instead of averaging 400
background services with 100% uptime with the actual useable time of your app.

/daubt

4 days ago 0 0 0 0

It's not, because people are lazy and their skill degrades pretty fast over time.

4 days ago 9 0 0 0

Using hyperscaler clouds and AI is at least expensive so it's worth the non-reliability.

4 days ago 0 0 0 0
BLUESKY IS A WEBSITE THAT TURNS (post by jay.bsky.team claiming that bluesky is made with AI) INTO (picture of bluesky not working)

BLUESKY IS A WEBSITE THAT TURNS (post by jay.bsky.team claiming that bluesky is made with AI) INTO (picture of bluesky not working)

4 days ago 29101 12741 189 195

I hate it when my SACK block starts roughly 2^31 away from my real window.

4 days ago 1 0 0 0
Advertisement

What is this, a spoon for ants? :o Coffee grinder goes brrrrr

5 days ago 2 0 0 0

Turn based? More like Tuna based. AMIRITE?

6 days ago 0 0 0 0

I'd argue that they should pay twice or thrice the price because they use it much more. AI bros over-pay so much for useless stuff, take their money.

6 days ago 0 0 0 0
The Lisp Code: (defmacro defcommand (name args &body body)
  (let* ((responses (first (last body)))
         (success-response (first responses))
         (error-response (second responses))
         (code (butlast body)))
    `(setf (gethash ,name *command-table*)
           (make-command
            :name ,name
            :handler (lambda ,args ,@code)
            :success-response (list ,@success-response)
            :error-response (list ,@error-response)))))

The Lisp Code: (defmacro defcommand (name args &body body) (let* ((responses (first (last body))) (success-response (first responses)) (error-response (second responses)) (code (butlast body))) `(setf (gethash ,name *command-table*) (make-command :name ,name :handler (lambda ,args ,@code) :success-response (list ,@success-response) :error-response (list ,@error-response)))))

This badboy, makes it possible to write websocket commands in my current project with one-liners. I didn't even spend 100k dollars on it.

6 days ago 1 0 0 0

How comes that many people hate on Common Lisp? It's the OG code generation tool and when I look around everyone is hyping up those LLMs for the code gen. Common Lisp macros can produce more correct, 100% deterministic, 100% debuggable code, basically for free. Where trillion VC dollar for SBCL?

6 days ago 2 1 1 0

We Linux bois would love to have you in our ranks. Sadly, it's even harder to get your setup running under Linux then under Windows 7. :(

1 week ago 1 0 0 0
A graph showing Github outages since Microsoft purchased them

A graph showing Github outages since Microsoft purchased them

A picture is worth 99.9 words.

How's that @github.com migration from bare metal to Azure going?

via Alex on Mastodon techhub.social/@ironicbadge...

2 weeks ago 212 49 14 3
Advertisement

At least it's more expensive and slower as bare metal, so the stability trade-off is worth it.

1 week ago 0 0 1 0

I don't know If they know, but the forced ad break in the Instagram app just made the app so much better because you just stop scrolling and do other stuff. Every doom scrolling platform should implement this.

1 week ago 0 0 0 0

I was reading the Land of Lisp and thought to myself 'the last time I tried to understand Let over Lambda was a few years ago, maybe I get it now.'

- i still don't get it lol

1 week ago 0 0 0 0

Sebastian is incredible. Only love for him and what he does.

1 week ago 2 0 0 0

This reminds me of a german meme. "A whole civilisation will die tonight. - So Leude, Forza is ferdich runtergeladen."

1 week ago 1 0 0 0

let you creates routes. That's the fucking code generation we need. This macro just removed like 500 loc of my codebase. (The codebase wasnt really good before tbh, but now it's clean)

2 weeks ago 0 0 0 0

I'm a Common Lisp enjoyer but I always dodged marcos because I tried to solve stuff with functions as often as possible. But today I found a usecase for a macro for my websocket protocol. I now just do `(defcommand ...)` and it generates new actions. It's easier to use than most webframeworks

2 weeks ago 1 0 1 0

Imagine mood boarding of the collaborative kind without generative AI. That would be crazy.

2 weeks ago 9 1 1 0
Advertisement

Ask the most basic questions if you are unsure about stuff. It's the most important skill, especially if you have some kind of responsibility because a single stupid question can save tons of money.

2 weeks ago 1 0 0 0