Hacker Newsnew | past | comments | ask | show | jobs | submit | lgrebe's commentslogin

Ive switched to “reduced motion” in accessibility settings and it’s gone

The problem with this is that iirc, this also signals to web pages that you do not like a lot of motion, which IS a nice UX enhancer for some pages, but might supress animations from (auto)playing where it's not what you want because the animations are the reasons you're visiting that page.

Regardless of where it originated or what it may have meant in other contexts, it’s been used enough to represent and be associated with the Nazi party and its ideology that today it’s almost universally recognized as a symbol of that history. Regardless of intent, that association is what it communicates.

Given the current rise of fascism around the world, this whole “well, actually, it’s really the Roman salute” discussion feels like a Nebelkerze — a smoke screen that distracts from the symbol’s actual, present-day meaning and function.


https://en.wikipedia.org/wiki/Bellamy_salute

Buddhists didnt erase swastikas from their culture - its odd that others have such mindless reflex to reappropriate symbols


scouts also used the salute. they likely adopted it from the bellamy salute:

https://www.alamy.com/stock-photo-a-glass-plate-photograph-o...

https://www.gettyimages.co.uk/detail/news-photo/girls-scouts...

https://www.alamy.com/fine-70s-vintage-black-and-white-lifes...

this last article alleges that the bellamy salute itself was meant to spread national socialist ideology and the police state which is of course absurd, but it has some good historical photos that are worth looking at:

https://rexcurry.net/pledge-of-allegiance-scouting.html


Interesting insight, thank you for sharing!


Thank you for reading, and it's great to see that you share the exact same conclusion as the article does at the end!


What are these private trackers? Asking for a friend…


So if i were to write a false statement about you that would result in legal consequences for you, im not liable?


Good point, I didn't consider that.


Andrew Zolty under the artist name BREAKFAST has created quite a few stunning kinetic artworks with flipdisks.

Just one example: https://theartistbreakfast.com/works/traverse

Also created a larger more sculpted derivative the „brixel“ a rotating brick as pixel. Eg https://theartistbreakfast.com/works/oceans


This is the product they commercialized: https://flipdisc.co/

Last I heard a number of years ago it’s around $2000/sq ft. Around the same price scale as mid range LED wall modules.


> "Oceans" is a kinetic sculpture that embodies the dynamism of the world's oceans within the arid landscape of Las Vegas. Crafted from 483 motorized elements known as "Brixels," this piece mimics the movement of the sea's surface. The sculpture is alive with the pulse of the planet's waters, ...

All I can see are bars of gold.


BREAKFAST (AKA Zolty) here. The “ocean” aspect of the piece is in how it moves and the real-time API data that drives the wave-like motion. It grabs live tide data from a different coastal city each minute and changes based on that. The gold and marble bricks took inspiration from the Fontainebleau art deco style of their original Miami hotel (this piece lives in their Vegas location).

Here’s a clip of it moving (doesn’t read so well as a static image): https://theartistbreakfast.com/works/oceans


Can someone explain the “Fontainebleau art deco style”? I have been to Fountainbleau and I remember it as much older renaissance style architecture and geometric/baroque gardens.


Whoah!

Sorry, I was half joking, half of me gets the metaphor, but the other me is seeing a wall of bricks of gold in a Las Vegas casino and gets another metaphor.

Either way it's beautiful!


I agree... it's gorgeous, but it's missing the ocean's colors.


Interesting, that "fade away" effect looks almost exactly like what I see when I get a migraine aura.


What order of magnitude would you define as „large“ in this case?


like over 1tb.


Some people are using DuckDB for large datasets, https://duckdb.org/docs/stable/guides/performance/working_wi... , but you'd probably do some testing under the specific conditions of your rig to figure out if it is a good match or not.


its clear many DuckDB sql queries can handle terabytes of data, but the question here was about vector search..


Jetzig reads funny in german something like "now-ish"

Jetzt = now [1]

German adjective suffix: -ig [2] The German suffix -ig attaches to nouns, verbs and even adverbs. Given this flexibility, it ranks among the most common adjective endings in German. You can use -ig words to express that something is a certain way or happens a certain way. traurig: sad, sadly wässrig: watery knackig: crunchy, crispy abhängig: dependent, addicted geizig: stingy

[1] https://de.pons.com/übersetzung-2/deutsch-englisch/jetzt [2] https://www.lingoda.com/blog/en/german-adjective-suffixes/


The "-ig" suffix corresponds roughly to English's "-ish", I would say. As a native speaker of neither German nor English, though.


It doesn't merely sound like it, it is a German word, translating to current/present.

https://www.dwds.de/wb/jetzig

https://de.wiktionary.org/wiki/jetzig

https://www.duden.de/rechtschreibung/jetzig


It's a perfectly fine name. There's a billion dollar web framework company named Zeit which famously built https://now.sh


They rebranded to Vercel, most likely because Zeit turned out to not be a perfectly fine name.


I'd propose Zig have a specific version for Germany and call it Z-Germans.


Do you mean because of the newspaper called _Die Zeit_?


Looking to create something just like this for chores at home.

Inspired by https://www.laurieherault.com/articles/a-thermal-receipt-pri...

And

https://youtu.be/xg45b8UXoZI

Hoping it will make chores more visible and fun to complete for the whole family.

I picked up a used star tsp100 printer and usb 2d barcode scanner.

Still looking for a backend though. Idealy with Homeassistant integration for automating todos that already have sensors and data such as taking out the trash.

https://www.donetick.com looks promising.

Could you share some more technicalities on your setup?


Hey!!

You can get everything I've got here: https://github.com/gerardocardenasgomez/printed-tasks

For my setup, I have a couple of different components. I have a very mediocre and super vibe coded HTTP server running on my Arduino which is connected to the receipt printer. It just has /print and /barcode endpoints. I'd like to improve on this by using an ESP32 instead of my Arduino so I can get MicroPython instead of C++. The Arduino is connected via serial to the receipt printer with this: NOYITO TTL to RS232 Module.

I then have a Python script which will send requests to the /print and /barcode endpoint to actually print out the tasks, and it hooks into Supabase to get the task into a DB and Google's AI Studio to also print a little encouraging message. Both should fit in their free tier for this kind of project.

And then I have a small API written in Typescript which hooks up to Supabase and marks a task complete when my iOS shortcut sends it a message.

The whole workflow for me is: Print receipt with the Python script, mark it complete with an iOS Shortcut. I have a whiteboard for the receipts themselves and magnets to stick them on there. Get fairly strong magnets because the ones I got start to lose their hold at the end of the day once I've got a number of tickets stacked up.

Honestly the barcode part is the key IMO. It makes completing a task so fun and rewarding. If you / your family has iPhones you can create an iOS Shortcut that will scan the task when you complete it. I was also going to go with a usb barcode scanner because that sounds really satisfying too! For this you might need a dedicated machine hooked up to the usb barcode scanner because they typically act as a keyboard and just type in whatever they scan, so you'll need a script running constantly that's just waiting for input.

I'm not too familiar with Homeassistant and it looks like donetick would work better for you as well than most of the stuff I've got but I'd be happy to help with anything if you'd like. My contact info is in the GitHub where I have the printed-tasks code.

Lastly, I've been using this manual for the ESC/POS stuff: https://pos-x.com/download/escpos-programming-manual/ Just in case you end up wanting to manually print yours. There are some libraries already that do this, but I can't use most of them because of the Arduino situation.

OH! Get BPA-Free receipt printer paper.


user: glass_door created: 7 days ago karma: -1

Are political bots now on HN as well? This is such a polarizing post willfully ignoring legislation and historical background. Aimed at dividing public opinion instead of discussing the topic at hand: political influence of X through feed aggregation.


Frist name of the primary user + device name or [description + year of purchase]

Tim’s iPhone 13 Jamie’s MacBook Air 15

Alternatively function (+ location or for espHome devices their Mac suffix)

Sonos Kitchen Sprinkler-0f3812 hotwater-pump-09ac88


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: