HN user

codetiger

613 karma
Posts20
Comments125
View on HN
news.ycombinator.com 1mo ago

Ask HN: Is Claude Code down, or its just my region?

codetiger
5pts1
www.engadget.com 7mo ago

What happened to iRobot can happen to anyone

codetiger
5pts2
codetiger.github.io 9mo ago

The day my smart vacuum turned against me

codetiger
245pts133
github.com 1y ago

Reframe – Open‑Source ISO20022 Message Transformer in Rust

codetiger
2pts1
github.com 1y ago

Show HN: Built JSONLogic in Rust in 5hrs with GitHub Copilot as pair programmer

codetiger
1pts1
codetiger.github.io 1y ago

ChatGPT o1-preview helped me learning Rust and implementing Ray Tracing

codetiger
1pts2
browserbench.org 2y ago

Apple, Google, and Others Announce Speedometer 3.0 Browser Benchmark

codetiger
1pts0
codetiger.github.io 2y ago

AI assisted coding (GitHub Copilot) and never going back

codetiger
3pts0
codetiger.github.io 2y ago

Crafting a Handheld Game Console with RP2040 – An Open Source PCB Design Journey

codetiger
33pts10
hackaday.io 2y ago

Smallest RP2040 Development Board

codetiger
2pts1
github.com 3y ago

Show HN: ThiruvalluvarGPT – GPT model trained using Tamil Tirukkural Poems

codetiger
2pts6
news.ycombinator.com 3y ago

Ask HN: No Raspberry Pi in India for years now, is it the same outside?

codetiger
2pts2
codetiger.github.io 4y ago

Dream of Reaching Near Space with Raspberry Pi

codetiger
2pts0
en.wikipedia.org 4y ago

Ever Dream This Man?

codetiger
19pts3
github.com 4y ago

Show HN: Retro style game console build on Raspberry Pi Pico

codetiger
3pts1
seema.page 4y ago

I am the healthiest person I know, and I got cancer

codetiger
612pts513
codetiger.github.io 4y ago

My programming skills saved some lives (of fishes)

codetiger
1pts1
news.ycombinator.com 5y ago

Ask HN: Why do I see LSD related news often in HN?

codetiger
7pts5
github.com 6y ago

Ray Tracing on GPU Using Metal API in iOS and macOS

codetiger
1pts0
github.com 9y ago

3D animation app for iOS and Android – (Iyan 3D)

codetiger
1pts0

You can say something similar if someone had hand written it and reimplemented an existing library in new language. "This is just a reimplementation of existing library to Rust, I don't have anything new to add myself." Also its never as simple as a single prompt, it goes beyond it if the user really cares.

Killed by Apple 2 months ago

Google killed more messenger app/services than the entire software count listed in this list. Obviously exaggerating but might be close to true

Unlike other comments, for me the experience on the product marketing worked well and straight forward. After reading the title and landing on your homepage, I had the feeling that this is yet another product claiming WYSIWYG like editor for the web claims on making CSS editing easier. And yes the product achieves same as I thought. Video confirmed it, and homepage live demo confirmed it again. Surprisingly the claim feels true, this time. It feels natural and UX feels great.

There are also new jobs emerging to safeguard a companies assets that were created by AI. New white hat hacking opportunities.

Anyways, however you put this, I see this as a property theft and taking pride at open sourcing does not justify it.

I love reading this article start to finish. I really love the way the author has explained. And believe this is a tech-savvy explanation of mindfulness.

Came here to type something similar and saw this comment. +1

Just repeat this until you understand a language's unique ways of implementing things, and understand why a language has those choices compared to others. I always pick one of these experiments to learn a new language with/out LLM support. 1. Ray tracing 2. Gameboy Emulator 3. Expression evaluation (JSONLogic or Regex)

These are super easy to implement in 100s of lines of code, however if you want to optimize or perfect the implementation, it takes forever and you need to know a language's nuances to get it better. Focus on performance tuning these implementations and see how far you can go.

My most favorite annoying thing about ads is the 'x' close button. They make it very small almost impossible to be perfect. I end up clicking the ads 50% of the times. Been running PiHole at home network for almost 8yrs happily. The ads come into play only when I am traveling.

All of a sudden, internet is full of people who hate AI written articles. A few months back, my article got a lot of haters because I used AI tools to improve my draft. Being a non-english first language person, I don't see an issue. But I wish AI improves to an extend where draft to complete articles don't look AI written.

Came here to write something similar (Of course, other than working in Google) and saw your comments reflecting my views. Yes, Its worth pending $200/month on Claude to get my personal project ideas come to life with better quality and finish.

I was with a similar assumption that thread per core might be the best approach for one of my OpenSource Rust libraries that is a Workflow Orchestration engine. The engine is focused on payment processing. The perv version had thread local engine and focused on thread per core. When I moved to a pure async based engine using tokio runtime and all underlying libraries made thread safe, it improved the performance 2x. The entire workload being fully CPU driven with no IO. I was assuming tokio mostly does better only for IO based workloads, however my tests proved me wrong. Now am not moving away from async approach. https://github.com/GoPlasmatic/dataflow-rs

[Update #1] Author here: I made some further progress.

1. Like a few comments mentioned here, the remote event happens for multiple reasons. Especially triggered by their app when you start or stop cleaning etc. I missed mentioning it in the article. The one I showed was suspicious as the device got bricked just after that event.

2. I fixed it by reseting the firmware and it worked for 2 days now without any issues. After second day cleaning it went back to charge as usual and never turned on. The bricking happened again this time, and I see a similar remote event again. This time am 100% sure there was no action from my side on the App or remote control.

3. What I found so far, after cleaning completes, the device uploads the map (in PNG) and some more data (in binary) to their server (There are very clear logs for this). After this upload, it receives a remote event and stops working.

4. How did I fix the device? I've the backup of all files in the device. Rebooting the device after replacing the files do the trick.

5. Now it reports the device is not on flat surface. Probably a loose connection with sensors which am yet to figure out. This time I suspect the bricking technique has changed, we shall be updating after more research

Note: I am not sure if I can publicly share all techniques used to get access to the device. But it is very straightforward as mentioned in the article and very easy if you have some knowledge on adb (Android Debug Bridge) tools and a USB to micro usb wire.

Author here: I did send it send the device for repair repeatedly like 4 times until the warranty ended and the company charged me huge. So decided to spend time on it. I am usually interested in knowing how my devices work so I couldn't resist. Leaving a bricked device at home was one option, learn from it was another, so I picked the second.

Author here, and yes I used a few different LLMs to improve my initial write up. Am not a frequent writer and writing was never a skill that I focused on. I shall consider writing myself from my next article, even though it might be worse. However, I did ensure non of the information in the article was exaggerated.