Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sarmadgulzar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
sarmadgulzar
1mo ago
I wish more people understood that prototype != product
2.
▲
You can make any software you want now, then why don't you?
1 points
by
sarmadgulzar
1mo ago
|
5 comments
3.
▲
by
sarmadgulzar
1mo ago
Exactly, I absolutely agree that AI supercharges seniors with judgment and conviction. They’re no longer constrained by how fast they can type. But this is about what comes next i.e. seniors of tomorrow If AI gets so good at software that v
4.
▲
by
sarmadgulzar
1mo ago
Sure you can do it but I think you’ll agree with what I said about ownership. Whenever I ask AI to audit my codebase, it always plays it safe and gives me a few options to choose from. It just won’t give me a concrete answer unless I insist
5.
▲
by
sarmadgulzar
1mo ago
Agreed. I’m not insinuating that colleges should teach all of these extremely domain-specific things. Most of the stuff would indeed be unnecessary for most students depending on what they do in the future. But that is my original point tha
6.
▲
by
sarmadgulzar
1mo ago
Precisely my point. But unfortunately companies are rushing to get the features out. No cares if you’re learning and augmenting your own understanding or not.
7.
▲
by
sarmadgulzar
1mo ago
> Shouldn't this be a pretty fundamental part of a degree? If you're in school right now for a CS or SWE related degree, I would imagine you're learning how code actually works, how the math actually works, etc. I’m sorry
8.
▲
by
sarmadgulzar
1mo ago
Stakeholders are not technical enough to understand that so CEOs won’t do it. We are already seeing it play out. Entry-level hiring has been consistently down ever since AI got mainstream.
9.
▲
by
sarmadgulzar
1mo ago
This all sounds good on paper but I have an honest question: How do you develop judgement as a junior or mid level engineer to critique AI if you yourself never learned that skill by making mistakes in the first place? I’m not saying that a
10.
▲
by
sarmadgulzar
2mo ago
> AI has, multiple times already over multiple different era's definitions of what counts as "AI", been used to invent new things that humans have not been able to. Can you give a few specific examples? > They can be su
11.
▲
Is AI Capable of Novelty?
2 points
by
sarmadgulzar
2mo ago
|
4 comments
12.
▲
by
sarmadgulzar
2mo ago
Writing the blog post took longer than the million line Rust rewrite. That is all someone with a few brain cells needs to understand what’s going on here.
13.
▲
Ask HN: Is AI dumbing us down?
4 points
by
sarmadgulzar
3mo ago
|
3 comments
14.
▲
Ask HN: How to meet and work with likeminded people on the Internet?
4 points
by
sarmadgulzar
3mo ago
|
1 comments
15.
▲
by
sarmadgulzar
3mo ago
Are you from Pakistan? I have an Alchitry Cu FPGA board for my personal use if you want to borrow it for implementation. Awesome project btw!
16.
▲
Show HN: Digital Input using Rust on XIAO nRF52840 with Embassy
(youtube.com)
1 points
by
sarmadgulzar
6mo ago
|
0 comments
17.
▲
by
sarmadgulzar
7mo ago
GitHub: https://github.com/sarmadgulzar/xiao-ble-embassy
18.
▲
Show HN: Async Rust and Embassy on nRF52840: RGB LED Cycle (Video and Code)
(youtube.com)
1 points
by
sarmadgulzar
7mo ago
|
1 comments
19.
▲
by
sarmadgulzar
11mo ago
RP Zero 2W is $15 and Uno Q is $44
20.
▲
by
sarmadgulzar
1y ago
Thank goodness I switched to nrf + embassy before this happened
21.
▲
by
sarmadgulzar
1y ago
I didn't say perfect, I said closest to perfect. Regarding the implicit return types, it's all a matter of taste. I think they're very clean, but Rust is not forcing you to be implicit—you can be explicit if you like. e.g., i
22.
▲
by
sarmadgulzar
1y ago
I know I'm biased, but Rust is the closest thing we have to a perfect programming language. Is the borrow checker a pain in the ass? Yeah. But is it necessary? Absolutely. Imagine writing the same buggy program in C, deploying it, and
23.
▲
by
sarmadgulzar
1y ago
I see that you're using gemma3n which is a 4B parameter model and utilizes around 3GB RAM. How do you handle loading/offloading the model into the RAM? Or is it always in the memory as long as the app is running?
24.
▲
by
sarmadgulzar
1y ago
Can relate. I've also shifted towards generating small snippets of code using LLMs, giving them a glance, and asking to write unit tests for them. And then I review the unit tests carefully. But integrating the snippets together into t
25.
▲
by
sarmadgulzar
1y ago
So, this can be solved in at least one and at most two attempts.
26.
▲
by
sarmadgulzar
2y ago
I agree with most of what you said. For me though, it's really hard to go to YouTube without wasting at least an hour. That's why I built this app. So far, it's working great for me. I've added my favorite channels into
27.
▲
by
sarmadgulzar
2y ago
True. But Watchlist is not just a video aggregator, it’s got many more features like customizable alerts and progress indicators etc. I’m currently working on a feature to let AI determine if a video should be added to a list based on what
28.
▲
by
sarmadgulzar
2y ago
Tried and failed. When you turn off history, the algorithm will actually suggest even more enticing videos.
29.
▲
by
sarmadgulzar
2y ago
Generating playlists is one of the things that Watchlist does. Here are a few more: 1) You can actually set very flexible notification schedules and use a medium of your choice (email, webpush) to receive the notifications about new/un
30.
▲
by
sarmadgulzar
2y ago
Thanks for sharing this. This tool is a very small subset of what I am trying to do with Watchlist. 1) In the current version, you can actually set very flexible notification schedules and use a medium of your choice (email, webpush) to rec
More ›