Viewing profile — orng
orng
HN member- Joined
- Fri, Nov 30, 2012, 1:09 PM UTC
- HN karma
- 274
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About orng
No profile information was provided.
Recent public activity
-
comment
Comment #48985307
I agree with most of the points on the article although it doesn't really have much to do with vim (which the author acknowledges). I too have often compared AI usage to vim in the…
-
comment
Comment #48627825
True. I used to really enjoy playing casual chess as a kid. Analyzing the positions and try to come up with strategies on the fly was a lot of fun. When I realized that "proper" ch…
-
comment
Comment #47348828
I agree. The further I have progressed into my career the more I have been focused on the stability, maintainability and "supportability" of the products I work on. Going slower in…
-
comment
Comment #47348783
The current models had lots and lots of hand written code to train on. Now stackoverflow is dead and github is getting filled with AI generated slop so one begins to wonder whether…
-
comment
Comment #43204734
The internet used to be controlled in large by Microsoft. Then it wasn't. It does not have to continue to be controlled by Google in the future. Not using Chromium based browsers i…
-
comment
Comment #43203368
In my opinion, if you care about the open web, then you should not be using a Blink (Chromium) based browser like Brave. The less control Google has, the better for the web.
-
comment
Comment #42007808
Only slightly related but on the topic of barcodes and security I'd like to recommend this excellent talk by Felix Lindner, it is quite a few years old but I'd guess stuff like bar…
-
comment
Comment #39702009
I think part of the problem is that there seems to be a widespread sentiment among software developers to prioritize our time above the user's. Ease of development trumps ease of u…
-
comment
Comment #39536789
The only insight IQ tests can give you is that anyone who gives them any merit is either a moron or uninformed.
-
comment
Comment #38648551
I got 10/10 without having any idea who any of the people (except pg) were. The comments always made it possible to link to the companies of the posters somehow. Interesting experi…
-
comment
Comment #38556794
I think you are sort of abusing the github logo above the "Closed Source - for a sustainable business model" text. Most people associate it with open source, it doesn't even make a…
-
comment
Comment #38288008
Although probably intended as a joke, this is perhaps the saddest comment I have read on HN.
-
comment
Comment #37942399
Like GP I was also confused and tried looking for a pricing page but failed. Seems like there isn't a link to it from https://app.codecrafters.io/catalog which is the site you go t…
-
comment
Comment #37738734
"Give me a printout of Oyster smiling" - https://www.youtube.com/watch?v=maAFcEU6atk Life imitating art imitating life. Exciting times indeed.
-
comment
Comment #36997133
Agreed. And another large part of "media", which didn't exist in the 80s: social media. I think that much of social media has become more blatantly sexual. In the earlier days of I…
-
comment
Comment #36029040
Where I work we have two code bases. The older of the two in TFS and the newer in git. In TFS we use trunk-based development and in git we do pull requests. I must say that I very …
-
comment
Comment #33150960
I miss the earlier days of the internet where the spirit was more about sharing and less about selling, advertising and competing for "likes".
-
comment
Comment #16614567
They can still follow you, comment, like and retweet your posts. You can block them but if you are popular enough it might be a problem. They also make search a lot worse and the h…
-
comment
Comment #16115218
I think that adding a (permissive) license is the missing step from this "tutorial". If you want people to use your project you are going to need to give them permission to do so.
-
comment
Comment #15065745
Search is such an integral part of how we use the internet today and a vast improvement of the link sites and books from 20 years ago. Competition in this space has never been more…
-
comment
Comment #14469411
Is my math failing me or wouldn't 8 digits result in 10^8 possibilities rather than 8^10?
-
comment
Comment #14315061
Making methods that you want to be able to mock virtual prevents the compiler from inlining them which can impact performance. I'm sure if that's advisable.
-
comment
Comment #14246854
Anyone who has played Pandemic 2, or similar games where you control a virus intent on killing all humans, knows that the most effective strategy is to spread as far as possible wi…
-
comment
Comment #14203712
So now Amazon (or whoever is in control of the device) not only has access to voice recordings of everything that goes on in peoples homes, but also video. What could possibly go w…
-
comment
Comment #14203683
Slightly OT, but not too long ago I read that it is not uncommon for viruses to remove other known, competing, malware. Does anyone know if anyone has ever made a virus who's only …