HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chime

no profile record

comments

chime
·2 bulan yang lalu·discuss
Yeah, I'm curious too because I've been following all 3d printer news lately and only news re: Snapmaker is that they officially hired Ratdoux who came up with the full spectrum printing and they're integrating it into Snapmaker Orca.

Orca really needs a plugin system so that we don't get so many forks. I want full spectrum, wave overhangs, Snapmaker customizations for their printers, Sovol customizations for theirs. I also want the latest Orca nightly. So that's 5 different forks of Orca a good plugin system could replace.
chime
·2 bulan yang lalu·discuss
Depends on your budget but I am extremely happy with Snapmaker U1. I print with ASA, PETG, and TPU. It prints PLA very well by default. It runs klipper, gives you full SSH with root. I installed paxx12's extended firmware using a USB flash drive - https://github.com/paxx12-snapmaker-u1/SnapmakerU1-Extended-... and have been able to get 20+ fps camera feed.
chime
·3 bulan yang lalu·discuss
There was more than enough skepticism and cautious optimism too. While it sounded too soon to be real, it wasn't unlike carbon nanotubes, graphene, or solid state batteries — previously unachievable material-tech getting validation in the lab, with a 20yr pipeline for global production. With even nuclear fusion being achieved in very specific / limited instances in the last decade, it's not inconceivable to hope that maybe RTSC are just around the corner.
chime
·6 bulan yang lalu·discuss
> Sidenote: Flash's scripting language, ActionScript is also directly responsible for the generational design of Java-ahem-ECMAScript later on, also TypeScript too.

I feel like I am the only one who absolutely loved ActionScript, especially AS3. I wrote a video aggregator (chime.tv[1]) back in the day using AS3 and it was such a fun experience.

1. https://techcrunch.com/2007/06/12/chimetv-a-prettier-way-to-...
chime
·8 bulan yang lalu·discuss
Could be from https://www.pcmag.com/news/netflix-is-telling-writers-to-dum... which mentioned https://www.nplusonemag.com/issue-49/essays/casual-viewing/
chime
·8 bulan yang lalu·discuss
I did and it is amazing for someone with just mild 40s hearing issues. Took a bit of effort and updates to run the hearing test for AirPods Pro 3. Turns out I connected over Bluetooth when I should’ve paired them the Apple/iOS way.

The live listening mode is very good. I can hear my kid trying to quietly walk past 10pm :) There are a lot of features however you cannot selectively choose to lower / raise certain frequencies. I wish it had an equalizer I could use.

The ANC is fantastic, sometimes I even forget fans around me are on. Only issue is that when I use live listen mode and everything is super clear, people still treat me like I’m using full noise cancellation.
chime
·8 bulan yang lalu·discuss
You just reminded me that my app turned 18 a few months ago.

Another dev, Daniel Flück, extended the app to help color blind users: https://www.color-blindness.com/color-name-hue/
chime
·3 tahun yang lalu·discuss
I would love to upgrade once my existing unit dies, especially if you can get a test unit reviewed by https://www.youtube.com/@TechnologyConnections/search?query=...
chime
·3 tahun yang lalu·discuss
They kind of offer that with their Redis (via Upstash). But for our use-case, we needed it to be managed PG and Redis. Going out of the LAN introduces too much latency.
chime
·7 tahun yang lalu·discuss
I’m not too surprised by this. The function of every form, wizard, walk-thru, or guided app is to end up with a blob of data to post to the backend. While the blob could be relatively simple, e.g. iCal for recurring event, the UI can be extremely complicated because every valid combination must be achievable but all invalid combinations must be blocked. Google Flights UI is better than United at coming up with the right data blob to post. Once the blob is created, United final page and backend have no problem parsing and posting it.