Viewing profile — raihansaputra
raihansaputra
HN member- Joined
- Mon, Dec 22, 2014, 12:37 AM UTC
- HN karma
- 508
- Public activity
- 558 items
- HN profile
- View on Hacker News ↗
About raihansaputra
Recent public activity
-
comment
Comment #48597036
throwing in my 2 cents: It just replaced pandas for me. It's just so much easier to write sql against csv/json/whatever format data in jupyter/marimo notebooks through duckdb rathe…
-
comment
Comment #48177013
So this is using deepseek-v4-pro / flash and using claude code as the harness right? That's really good that it works. I'm pretty impressed with how v4-pro is doing, sadly there's …
-
comment
Comment #47945795
What was the media for updates? Send them a CD or a flashdisk and they plug it in? I assume the PVC backing etc they handle on their own?
-
comment
Comment #47624681
If you’re counting by the framebuffer than the only 2x is the hidpi-forced-into-lowdown like the link suggest. The ratios I’m referring to is the UI scaling against the physical di…
-
comment
Comment #47597070
my experience with RustDesk + Tailscale is really good. when i only needed windows remote devices, the Windows Remote Desktop over Tailscale is great. I used RustDesk for access to…
-
comment
Comment #47585424
i wish that's for their logging/alert. i definitely gauge model's performance by how much those words i type when i'm frustrated in driving claude code.
-
comment
Comment #47571801
It’s actually around 1.5x for the default resolution out of the box and 1.3x for “more space” setting on m1/m2 MacBook Air. 1.1x supersampling on Macs makes it worse because down s…
-
comment
Comment #47320162
goal? yeah. but in reality just timing it right (starting a session at 7-8am, to get 2 sessions in a workday, or even 3 if you can schedule something at 5am), i rarely hit limits. …
-
comment
Comment #47215829
ok it's a bit late but i think a big part is the non-verbal thing you're putting out. my story is me and my wife moved to another country a few years ago for my study. after 4 mont…
-
comment
Comment #47118061
man this is cool. this is what i want since i read about fly.io's sprites. slightly related to this, and i'm not familiar with linux sandboxing/containerization in depth, but any s…
-
comment
Comment #47058007
i agree that is annoying but seems like anthropic's stance is that the task/agent should be provided an environment to write the file in the output you provide or provided a skill.…
-
comment
Comment #45950708
huh i never noticed it. interesting to see, especially because everytime esp32 is brought up the opinion is that they're not fir for production scale units/quantities. so it's the …
-
comment
Comment #45863288
actually the web search/image needs the higher tier subscription with their mcp. k gladly paid for it, i basically don't care about usage anymore. it's great at execution. i still …
-
comment
Comment #45690127
yeah CS skins is one of the biggest markets of digital-only-aesthetic-items before NFT came around (and now probably still bigger than NFTs). The main thing with NFTs was that ther…
-
comment
Comment #45037448
i think you pasted the wrong link for the first one, it links to the parent comment.
-
comment
Comment #44550821
i think it's worth it to know for MacBook Air users instead (like me). I think mine is wearing out and what's annoying is it throttles on some web pages because the temp would spik…
-
comment
Comment #44386453
seconding the overlay app, i forgot the name but there was an app that can configure the appearance of the menubar. maybe it's my menubar icon organizer? Not dozer or bartender, bu…
-
comment
Comment #44216537
but the underlying native stuff still creates a problem. we're on an old version of Flutter without any need to upgrade but Apple has an updated Privacy Manifest requirements that …
-
comment
Comment #44132085
very much agree. although lately with how good it is i get hyperfocused and spent more time then i allocated because i ended up wanting to implement more than i planned.
-
comment
Comment #44114289
No. DuckLake is implementing the Open Table Format (and the Catalog above the Table Format). Not utilizing them, but an alternate implementation.
-
comment
Comment #44112284
*for now. The principle in the client side (especially read only) should be the same with Iceberg. Ideally there's an Iceberg adapter for clients.
-
comment
Comment #44112209
i think a way to see it is MotherDuck is a service to just throw your data at at they will sort it (using duckdb underneath) and you can use DuckDB to iterface with your data. But …
-
comment
Comment #44057013
Agree. And for some reason I find responses from AI Studio is much better than Gemini for the same models. I _already have_ Gemini advanced, bit still mostly use AI studio just for…
-
comment
Comment #43768036
Expo is a framework for React Native based mobile app development. Honestly it's more integrated than Next.js on React. Expo offers a lot of plugins and components to speed up and …
-
comment
Comment #43394026
n=1 but i've tried "manual" .venv, conda/miniconda, pipenv, poetry, and finally now at uv. uv is great. poetry feels like it's focused on people who are publishing packages. uv is …