WeetHet's Avatar

WeetHet

@weethet.bsky.social

Developer, researcher, programming language theory nerd

690 Followers  |  488 Following  |  393 Posts  |  Joined: 01.12.2023  |  1.9632

Latest posts by weethet.bsky.social on Bluesky

Isn't it fun how all of the comments on that issue will get their authors nuked from the community spaces of an even slightly regulated project? That alone is an argument supporting a COC

27.09.2025 22:17 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Community Standards making Lix a safe and productive environment <3

Why can't every project have such a COC?
lix.systems/community-st...

27.09.2025 22:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Code of conduct? Β· Issue #1913 Β· basecamp/omarchy What do you need? Have you considered adding a code of conduct for this project, and establishing processes for dealing with toxic behavior? The contributor covenant is a useful place to start.

He is just insane like idk how you write any of that in the right mind
github.com/basecamp/oma...
Calling a document asking people to be fucking respectful to each other trojan horseshit is just next level

27.09.2025 22:04 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

Wrong move Jerry contradicting yourself I see I see

10.09.2025 14:46 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Jerry why

10.09.2025 14:44 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

What editor are you using and do line numbers work correctly? I have tried a lot of them and all had issues with long line numbers and were laggy on large files

08.09.2025 07:00 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

don't eat your phone pls

08.09.2025 06:41 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Our GitHub repository is now public!

github.com/elixir-lang/...

28.08.2025 20:34 β€” πŸ‘ 104    πŸ” 36    πŸ’¬ 0    πŸ“Œ 4

I only know as much as is written on the Servo's page. I think it's best to ask directly, @servo.org

04.08.2025 09:46 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Sponsorship - Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications. Servo is a web rendering engine written in Rust, with WebGL and WebGPU support, and adaptable to desktop, mobile, and embedded applications.

Not having GitHub Sponsors just means that you lose more in fees. When taking sponsorships via GitHub, about 96% of money reaches the sponsored. On OC it's only 80-92% depending on the payment provider

servo.org/sponsorship

04.08.2025 09:39 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Allow returning a value with an error Β· Issue #2647 Β· ziglang/zig Sometimes when a function fails, there is extra information that you have on hand that may help the caller respond to the problem or produce a diagnostic. For example, in the parseU64 example by an...

github.com/ziglang/zig/...

This is so solved by having RAII but Zig would rather have errors that aren't much better than C ones, welp

04.07.2025 08:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Oh yeah and apps I recommend also only have issues when it's not me using them

19.06.2025 11:38 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

By the way, is there any community forum/discussion on zb? I would love it if you made one if there isn't. Matrix is best, but something like Discord or IRC with a Matrix bridge also works

19.06.2025 08:36 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
Fodwatch: Automation for detecting reproducibility issues in fixed-output derivations The goal of this project is detecting broken fixed-output derivations (for example: upstream tarballs or entire domains bitrotting away, git tags getting force pushed, fetchurl instead of fetchpatch, ...

discourse.nixos.org/t/fodwatch-a...

18.06.2025 18:42 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Again, I feel like it’s better if you ask around in the nix's matrix space. People out there have a lot more insight than I do

18.06.2025 17:24 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Oh yeah, one day I'm gonna give up and write a nix module to set default apps properly

18.06.2025 17:11 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I genuinely think it would be best for you to join #stdenv:nixos.org on matrix and ask around because there's a lot of insight you can use to create a better stdenv than nix has

18.06.2025 17:07 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Am I the only person out there who enjoys Xcode?

18.06.2025 16:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

Another thing I can comment on is that having a compiler in the stdenv is a mistake and most people in the nixpkgs stdenv team agree. It's easier to just have it as a normal build input as is everything else

18.06.2025 16:45 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I'm unsure about how to feel about it. Realistically FODs help ensure that nothing weird happens. A least in stdlib I would really prefer that all hashes were explicitly specified. People can choose not to but I'd rather not

18.06.2025 16:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I'm seemingly missing something. I didn't find any mentions of FODs and build.lua for zb itself seemingly doesn't define an outputHash for the fetched dependencies:
github.com/256lights/zb...

Are there FODs? How does this interact with reproducibility

18.06.2025 11:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Thanks! I grew up in a world where spotify-like tools are prevalent, so learning to search for music myself is a new skill

18.05.2025 14:41 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

For TV, I'm watching Doctor Who for now, it will take some time to run out of content there

18.05.2025 13:38 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Where the fuck do I find music recommendations now? Spotify feeds me AI slop bullshit, Reddit is full of AI bots, it's basically impossible to find anything

18.05.2025 12:39 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 4    πŸ“Œ 0
Rust 1.0, ten years later

#rustlang 1.0, ten years later steveklabnik.com/writing/rust...

15.05.2025 17:49 β€” πŸ‘ 198    πŸ” 34    πŸ’¬ 13    πŸ“Œ 1

Damn

14.05.2025 10:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Is skircle not open source and self-hostable? smh

14.05.2025 08:24 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Okay, but still you could've added a PWA

14.05.2025 07:47 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

I can't say much more for now...

14.05.2025 07:38 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Path dependent types? In my Kotlin? Impossible! Unless...

14.05.2025 04:11 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@weethet is following 19 prominent accounts