HackerTrans
TopNewTrendsCommentsPastAskShowJobs

coef2

no profile record

comments

coef2
·18 hari yang lalu·discuss
Ironically, developers may turn out to be easier to replace than taxi drivers. We've seen technological progress replaced workers or made certain roles obsolete, and this may become another example. I hope governments and public institutions take a more active role in supporting people going through the transition.
coef2
·3 bulan yang lalu·discuss
It sounds like a fun project. I worked on a vision based biometric system that used near infrared light as its light source. NIR was supposed to be more stable than natural light but we still experienced issues similar to yours. We found that certain problems appeared at different times of day, and the system also struggled to handle the diversity of people.
coef2
·4 bulan yang lalu·discuss
People use their laptops under various lighting conditions. I can imagine it would be difficult (or likely impossible) to bring this PoC to a solid production level technology. It looks like a fun project though.
coef2
·8 bulan yang lalu·discuss
I agree with you. About a decade ago, I got really tired of coding interview prep. I somehow ended up getting into Project Euler and worked through the first 100 problems. It was a great way to learn a bit of number theory and regain my interest in programming.
coef2
·9 bulan yang lalu·discuss
I found the news hilarious. Orcas used to wear salmon hats back in the 80s, then the trend disappeared, only to make a comeback in recent years. It really feels like they have their own version of human fashion trends or group behavior. The funniest part is that their fashion statement is a dead salmon instead of clothes.

https://web.archive.org/web/20251001135117/https://www.natio...
coef2
·9 bulan yang lalu·discuss
His name could be interpreted as "aspiring to be a scholar". I guess he's done an exceptional job living up to it.
coef2
·12 bulan yang lalu·discuss
> To add: Reading is also thinking (ideally).

I've heard that some philosophers like Schopenhauer argue that reading can become a passive process, where we simply follow another person's thoughts without engaging our own critical thinking. It's interesting to consider that it's not just LLMs but we too would become like stochastic parrots under certain circumstances.
coef2
·tahun lalu·discuss
I miss the old days when Facebook was simply a fun way to reconnect with friend and family who lived far away. Unfortunately, those days are gone. It feels like an over engineered attention-hogging system that collects a large amount of data and risks people's mental health along the way.
coef2
·tahun lalu·discuss
It's sad to see the interviewer wasting the opportunity to interview Penrose. I found Lex Fridman does a much better job: https://www.youtube.com/watch?v=hXgqik6HXc0
coef2
·tahun lalu·discuss
We should thank Meta for laying off a talented engineer.
coef2
·2 tahun yang lalu·discuss
I recently used an LLM to translate an algorithm from Go to Python at my work. The translation was quite accurate, and it made me think tasks involving obvious one-to-one correspondence like code translation might be easier for LLMs compared to other tasks. I can see the potential for offloading such tasks to LLMs. But the main challenge I faced was trusting the output. I ended up writing my own version and compared them to verify the correctness of the translation.