HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zichy

no profile record

Submissions

Just Fucking Use Hetzner

justfuckingusehetzner.com
7 points·by zichy·2 เดือนที่ผ่านมา·0 comments

Comitis Capital announces the acquisition of Threema

comitiscapital.com
6 points·by zichy·6 เดือนที่ผ่านมา·3 comments

The Minecraft Code (2024) [video]

youtube.com
67 points·by zichy·11 เดือนที่ผ่านมา·68 comments

Starline: A High-Speed Future for Europe

21st-europe.com
1 points·by zichy·ปีที่แล้ว·0 comments

Makeyo MK01: 3D printed PC case

makeyo.fr
1 points·by zichy·ปีที่แล้ว·2 comments

Porting my JavaScript game engine to C for no reason

phoboslab.org
525 points·by zichy·2 ปีที่แล้ว·132 comments

Ethersync: Real-time co-editing of local text files

github.com
3 points·by zichy·2 ปีที่แล้ว·0 comments

The Minecraft code no one has solved (2024) [video]

youtube.com
1 points·by zichy·2 ปีที่แล้ว·0 comments

Yuzu will pay Nintendo 2.4M dollars in damages

old.reddit.com
2 points·by zichy·2 ปีที่แล้ว·1 comments

Reading QR codes without a computer

qr.blinry.org
5 points·by zichy·2 ปีที่แล้ว·0 comments

How money laundering with Spotify works [video]

youtube.com
1 points·by zichy·3 ปีที่แล้ว·0 comments

Joint Statement on AI Safety and Openness

open.mozilla.org
9 points·by zichy·3 ปีที่แล้ว·0 comments

Commercially available chairs in Star Trek

ex-astris-scientia.org
725 points·by zichy·3 ปีที่แล้ว·210 comments

Gordon Freeman at the Olympic Games

moonbase.lgbt
2 points·by zichy·3 ปีที่แล้ว·0 comments

Control shopping cart wheels with your phone

begaydocrime.com
3 points·by zichy·3 ปีที่แล้ว·0 comments

Show ‘em what you‘re made of with this repair logo

hackaday.com
2 points·by zichy·3 ปีที่แล้ว·0 comments

Munger Hall: A Billionaire's Bizarre Social Experiment

youtube.com
2 points·by zichy·3 ปีที่แล้ว·0 comments

Would you prefer a four-day working week?

cam.ac.uk
2 points·by zichy·3 ปีที่แล้ว·2 comments

comments

zichy
·ปีที่แล้ว·discuss
Three more facts about the song Clint Eastwood:

1. The drum beat is just the Rock 1 preset of the Suzuki Omnichord: https://www.youtube.com/watch?v=EDX6l9_58RA

2. Del tha Funkee Homosapien wrote the full lyrics in 30 minutes with the help of the book "How to Write a Hit Song": https://www.youtube.com/watch?v=Qq2qSq6NpNY#t=373

3. The first version of the song didn't feature Del, but the British group Phi Life Cypher: https://www.youtube.com/watch?v=ZM-DK3b5yuo
zichy
·2 ปีที่แล้ว·discuss
A lefty professor who likes trade unions sounds like a horrible person! /s
zichy
·2 ปีที่แล้ว·discuss
Exactly this. In terms of recording quality, my approach would look something like this:

1. Use a decent microphone.

2. Make sure you know how to handle the microphone.

3. Use closed-back headphones.

4. Record in a suitable environment/studio.

5. Consider adding a video track as well.
zichy
·2 ปีที่แล้ว·discuss
AI tools can't make okay-ish video recordings suddenly look great.
zichy
·2 ปีที่แล้ว·discuss
Yes, I opened the CSS file and there it was.
zichy
·3 ปีที่แล้ว·discuss
Think about screen readers.
zichy
·3 ปีที่แล้ว·discuss
You may want to look up the CCC‘s founding history.
zichy
·3 ปีที่แล้ว·discuss
Do you realize that a forum is social media?
zichy
·3 ปีที่แล้ว·discuss
Not sure if you are trolling.
zichy
·3 ปีที่แล้ว·discuss
What do you mean by censoring and why did you put transphobic in quotation marks?
zichy
·3 ปีที่แล้ว·discuss
You seem to be very sensitive to the idea of people watching out for each other. Maybe you should start watching out for others so you can get rid of your sensitivity.
zichy
·3 ปีที่แล้ว·discuss
It is really easy to protect everyone's privacy by not using advanced analytics platforms at all.
zichy
·3 ปีที่แล้ว·discuss
As one user said before, this absolutist way of thinking is tiring. Hamburger menus can absolutely be accessible and I would have liked to read how to do so. Here's my take:

  * It uses valid HTML and JS. (You could also make it work without JS as a fallback and I love progressive enhancement, but it's not a requirement specifically for accessibility. Actually, JS can contribute a lot towards accessibility.

  * The toggle button uses either `title`/`aria-label` or visual text in addition to the ≡ icon.

  * The focus states are clearly visible for keyboard navigation.

  * The correct ARIA attributes for the interactive elements are used.

  * Depending on the menu, think about a focus trap/loop.
Bonus tip: While I prefer using `<button aria-expanded>` since I believe it is more accessible for screen readers, you can also use `<input type="checkbox">` + `<label>`. If you have to do it this way, please do no use `display: none` on the checkbox input – this will make it unusable by keyboard. It should be only hidden visually.
zichy
·3 ปีที่แล้ว·discuss
Well, if we're talking about links in continuous text, they should definitely be underlined. Otherwise, they fail the WCAG success criterion 1.4.1.[1]

[1]: https://www.w3.org/TR/WCAG20-TECHS/F73.html
zichy
·3 ปีที่แล้ว·discuss
>Brutalism in architecture is often very playful

>not at all about the pure functionality absence of any aesthetic as

That's exactly the vibe I got from https://brutalistwebsites.com. Like many, I like both the aesthetics of brutalist architecture and brutalist websites – but that doesn't mean "form follows function" can be applied here. Many "brutalist" websites are very confusing, inaccessible, and/or impracticable. I suspect that minimalism or simplicism would be a better term for what the guidelines want to achieve.

Nevertheless, it is quite possible to combine playful aethetics with accessible technology, but that requires compromise and a lot of experience.
zichy
·3 ปีที่แล้ว·discuss
Shameless self-plug: I recently created my own classless CSS framework[1] and would appreciate feedback.

[1]: https://github.com/zichy/fieber
zichy
·3 ปีที่แล้ว·discuss
[Clown emoji]
zichy
·3 ปีที่แล้ว·discuss
The fix in the article seems very strange to me. For something like a horizontal list of tags/labels, you would want to use flexbox. Using `display: inline-block` and the default text spacing creates an inconsistent layout.
zichy
·3 ปีที่แล้ว·discuss
>They come to me because we were a family, and we still are.

They most definitely are not. They are in an employment relationship.
zichy
·3 ปีที่แล้ว·discuss
This is not directly related to Counter, but here is a nice explanation of how GoatCounter[1] has implemented session tracking: https://github.com/arp242/goatcounter/blob/master/docs/sessi...

[1]: https://www.goatcounter.com