endanke
|
3 months ago
|
on: Shaders: How to draw high fidelity graphics with just x and y coordinates
Also on macOS (and iPadOS) it's super easy to get started with Metal shaders in Playgrounds.
endanke
|
1 year ago
|
on: Don’t look down on print debugging
Even printing can have some side effects on the code, by introducing some extra latency that might implicitly fix a race condition, if that’s the bug in question.
Not saying that it’s wrong, just funny to think about that race conditions are hard to debug with any kind of tool, either with debugger or printing.
endanke
|
3 years ago
|
on: Plant-based meat is turning out to be a flop
I don't know why but I just can't keep myself from laughing at the name of McPlant.
(I do think plant based meat is a great thing though, it's just a hilarious name.)
endanke
|
4 years ago
|
on: Withings ScanWatch Horizon
Looks great and I love my basic ScanWatch. But I find it frustrating that there's so many unexplored opportunities on the software side that Withings seems to ignore.
I'd love an SDK for their watches, or just a very basic API to display some custom data on the watch from my phone. (One use-case would be to create a weather widget there.)
endanke
|
4 years ago
|
on: Mayor suggests Helsinki declare itself an English-language city
I've been living in Helsinki for 3 years and while I like the idea of supporting foreigners, I also find this a bit disappointing. I only know a handful of expacts who even attempted to learn Finnish, but I know a bunch of people who live here for 10-15 years and still not integrated because they only communicate in English.
The simplest alternative would be to replace Swedish with English as the secondary official language, but support people more who wants to learn Finnish, especially because the local language courses were always full when I checked.
endanke
|
4 years ago
|
on: Show HN: Ferromagnetic – Spotify and Apple Music Visualizer
Happy to hear you like it! This year I'm also planning some updates for the rest of my apps.
So far I don't have any technical issues with the input sources, just need to find some time to work on them. (These applications are developed as weekend projects, so it generally takes a while to add new features.)
endanke
|
4 years ago
|
on: Show HN: Ferromagnetic – Spotify and Apple Music Visualizer
endanke
|
5 years ago
|
on: Cyberpunk 2077 saves will become corrupted if they reach 8mb in size
It's not only modern games, I remember a similar issue with the first Deus Ex game which is ironically also a cyberpunk game and it was released 20 years ago.
I guess they saved the whole state of the map and items which made the save files several megabytes large. My hard drive was only around 100 GB back then, so it was a real concern to accidentally fill it when I saved too often.
endanke
|
5 years ago
|
on: Ernő Rubik on why his famous cube is a “metaphor” for the human condition
Fun fact: it only exists in Hungarian and it's even called as "hungarumlaut" in typography. (It's kind of pronounced as longer ö.) Usually it's missing from custom fonts unfortunately, which can make some Hungarian websites ugly.
endanke
|
5 years ago
|
on: AI Assistants Have Poor Usability: Study of Alexa, Google Assistant, Siri (2018)
It does, just need to remember that they require a specific way of talking. I'm always by default talking more loudly and articulately with simple expressions, then it gets it for the first try.
(At least Google Assistant, Siri has way way more issues understanding me.)
endanke
|
5 years ago
|
on: AI Assistants Have Poor Usability: Study of Alexa, Google Assistant, Siri (2018)
I use them almost on a daily basis to control the lights in my apartment, it's surprisingly convenient and helps with multitasking when I'm in a hurry.
The same thing goes for weather and reminders. The best use case when you're in the middle of something, eg. cooking and just want to make a simple note or set a timer.
endanke
|
5 years ago
|
on: Online Text to Diagram Tools
I've been experimenting with many of them and PlantUML is the best one I've used so far.
It has a great feature set, and a lot of ways to define different alignment and styles of the diagrams.
There's also some interesting projects on GitHub for generated PlantUML diagrams, including this one: https://github.com/thibaultmarin/hpp2plantuml