Viewing profile — dorolow
dorolow
HN member- Joined
- Tue, Feb 19, 2013, 4:54 AM UTC
- HN karma
- 88
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About dorolow
No profile information was provided.
Recent public activity
-
comment
Comment #47678461
Very cool! I am surprised at the use of 4o, but I guess it was pretty good at OCR for its time
-
comment
Comment #34154954
As an inhabitant of Brooklyn, this is pretty funny and spot on. My only criticism is that the prices are too low. Some of the prices are fine, but the upper bound should be increas…
-
comment
Comment #34139202
Agreed 100%. Implementing the correct algorithm/business logic is more important than spitting out junk that you don't really understand or won't pass code review. The act of writi…
-
comment
Comment #34030710
Sure if you work on something where performance doesn't matter
-
comment
Comment #31391156
What an incredibly uninformed and ableist take. There are a plethora of illnesses and disorders that are merely coped with. With no way of improving prognosis, the best medical sci…
-
comment
Comment #30940463
Oh nice, I didn't realize Blender had a visual scripting system. I knew that they had a Python API like Maya, but the visual stuff is a nice feature to have for art teams. I keep t…
-
comment
Comment #30939368
It is extremely popular. From Flowgraph in CryEngine to Godot's VisualScript. Even Unity bought the most popular visual scripting asset package, Bolt, and made it standard for all …
-
comment
Comment #30926594
Please consult a doctor and do not take mental health advice from this clown fiesta website.
-
comment
Comment #13952496
Here you go. https://www.senate.gov/legislative/LIS/roll_call_lists/roll_...
-
comment
Comment #13027748
I'm not sure I'm comfortable with the idea of my grandmother being held responsible for the botnet that her coffee maker is a node of.
-
comment
Comment #9532655
No it's not. You're confusing superset and subset.
-
comment
Comment #9071072
I'd really like to know more about this if you can offer any detail. Do you know about how many devs GE and GM have picked up in Atlanta?
-
comment
Comment #7982796
I am really digging this trend.
-
comment
Comment #7740622
This is incredible. Thank you.
-
comment
Comment #7525306
This is standard practice. The decimal points are generally dividers between major, minor, and patch numbers. Hence why it is not uncommon to see something with a version number li…
-
comment
Comment #7174902
How about this? https://github.com/dlech/keepass2/tree/master/KeePassLib
-
comment
Comment #6154448
Bizarre. I guess I'll have to be more careful. Thanks for the heads up
-
comment
Comment #6151277
http://wiki.python.org/moin/PythonSpeed/PerformanceTips List comprehensions beat map in CPython. As a fellow pythonista, I can guarantee you that using the builtin higher-order fun…
-
comment
Comment #6052875
`apt-get install xfce-desktop lightdm` isn't exactly what I would describe as slackware territory.
-
comment
Comment #5839214
That's certainly the most mature way to handle such disagreements, I don't think there is any disagreement there. However, it's damn hard to accept that line of reasoning when thos…
-
comment
Comment #5693359
Regarding D, that's good! I always thought D was very cool, but the two libraries thing kept me away till now. Maybe I'll have to check it out again. It seems like Rust never cease…
-
comment
Comment #5692956
I haven't looked at D in a while, but I recall it having two competing standard libraries. I'm pinning all my hopes and dreams on Rust, but as a frequent (ab)user of Boost.Coroutin…
-
comment
Comment #5692908
Some developers need tools that offer better performance than the languages you enumerated. Not that I have anything against those languages or more abstract languages in general. …
-
comment
Comment #5496182
To replace PIL you should try Pillow, a fork of PIL that is capable of running on py3k (and 2.x).
-
comment
Comment #5483884
This is excellent news. PyCharm has been great to work with, along with every other JetBrains product barring AppCode. I attempted to try to replace Xcode with AppCore for C++ deve…