HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ocrow

no profile record

comments

ocrow
·2개월 전·discuss
It's rational to oppose Flock cameras in particular, while admitting that secure publicly accountable camera use for police purposes may have a legitimate place. YouTuber Benn Jordan did a pretty decent break down of how Flock is not that.

https://youtu.be/Pp9MwZkHiMQ?si=9CwwNcxbqOjB4DXm
ocrow
·3개월 전·discuss
I've tried this approach of instructing the LLM to look for opportunities to abstract, but it's not good at finding the commonalities after the fact, when possibly related functions have already diverted unnecessarily. It writes "sloppy" code, that is to say code that is locally correct but which fails to build towards overall generalizations, but that sloppy code is a cul-de-sac: easy to write, but adding to messiness, and really tough to improve.

When a good programmer writes a new feature, they are looking for both existing and new abstractions that can be applied. They are considering their mental model of the whole system and examining whether it can be leveraged or needs to be updated. That's how they avoid compounding complications.

In order to take a big picture view like that, the LLM needs the right context. It would need to focus on what its system model is and decide when to update that system model. For now, just telling it what to write isn't enough to get good code. You have to tell it what to pay attention to.
ocrow
·6개월 전·discuss
To most effectively enable stalking applications
ocrow
·6개월 전·discuss
Yes! Curiosity is the way to open these doors. The first step is to keep a log of your thoughts. Anything that pops up, write it in your ideas book. Having ideas isn't an all or nothing. It's a practice. Get into the practice of writing down your small ideas and you will develop the ideas muscle.
ocrow
·7개월 전·discuss
I had a family member who had sudden onset of massive seizures. He could not remember any of his passwords or hints at all. It was a real challenge getting into any of his accounts to figure out what needed doing.
ocrow
·7개월 전·discuss
A lot of LLM/AI writing these days can feel lost in the weeds – the specifics of very detailed techniques are interesting undoubtedly, but writing that steps back and looks at the big picture, informed by those details, could be very useful for people who want to think about where this all may be going.
ocrow
·7개월 전·discuss
This is a good check on how good your help request is. Hopefully the problem statement includes a brief summary of the approaches already tried and why those were dismissed.
ocrow
·9개월 전·discuss
They can ask. We're the ones choosing to ignore his wish.
ocrow
·9개월 전·discuss
I think Alzheimer's is a particularly difficult case. Before diagnosis, many of us imagine that we wouldn't want to exist in a highly deteriorated state with no ability to care for ourselves. But as you start to decline, you still feel like yourself, just a very forgetful version of yourself. On which day do you decide that what remains of your mind isn't enough to make your available future days better than no future days?

The instinct for self preservation is strong. Knowing what will come requires foresight and clarity. You may lose the capacity for informed decision making before the point where it's clear that there's not much to live for.

Many of us lack the insight that Kahneman perhaps had that in order to take control of the end you may need to leave some good days on the table.
ocrow
·11개월 전·discuss
Mid X here. The name doesn't bother me. If it works that'd be fine. OTOH this doesn't solve a problem I have. I rigorously unsubscribe all promotional emails, and that seems to work fine.
ocrow
·12개월 전·discuss
To unpack that a little, he looks to the writings of the early developers of object oriented programming and identifies the ways this assumption became established. People like Bjarne Stroustrup (developer of C++) took on and promulgated the view that the inheritance hierarchy of classes in an object oriented system can be or should be a literal instantiation of the types of objects from the domain model (e.g. different types of shapes in a drawing program).

This is a mistake is because it puts the broad-scale modularization boundaries of a system in the wrong places and makes the system brittle and inflexible. A better approach is one where large scale system boundaries fall along computational capability lines, as exemplified by modern Entity Component Systems. Class hierarchies that rigidly encode domain categorizations don't make for flexible systems.

Some of the earliest writers on object encapsulation, e.g. Tony Hoare, Doug Ross, understood this, but later language creators and promoters missed some of the subtleties of their writings and left us with a poor version of object-oriented programming as the accepted default.
ocrow
·12개월 전·discuss
It's more specific than that. See sibling comment
ocrow
·작년·discuss
The drawback of Ibuprofen is that it tends to cause damage to stomach and intestinal linings. That's why you are advised to take with food and/or lots of water. You don't want it absorbing all in one place. Long term use exacerbates the effect, making it more likely to cause ulcers and eventually internal bleeding. My partner ended up in the hospital with a serious internal bleed caused by taking Ibuprofen daily for chronic pain. I'm not saying don't use it, just be aware of the risks.

https://pubmed.ncbi.nlm.nih.gov/9715832/
ocrow
·2년 전·discuss
For one, the OpsWorks configuration management tool is being replaced with Management Console, which is more encompassing, but different. You have to manually migrate or rebuild any deployed resources from one to the other.
ocrow
·2년 전·discuss
It's quite configurable, allowing different key combinations for different window arrangement functions, but the most useful one is that it allows you to bring a single window from another application to the top without rearranging the rest of the stack. This is useful if you are switching back and forth between windows from two different apps each of which has several other windows open, for example a browser and a text editor.
ocrow
·2년 전·discuss
The rate of spam to a form is roughly constant over time, whereas the rate of spam to a published email address goes up over time as the site is repeatedly scanned by spam robots and the address added to more and more spammer lists. While spam detection is good, it isn't perfect. As your total volume of spam goes up, so does the amount that sneaks through the filters. Additionally, at a certain point it becomes impossible to look in your spam filter for misclassified real email. Eventually you're overwhelmed and have to change emails. If you're going to publish an email address you have to consider it a burnable resource that you will replace once the volume of spam is too high.

If the author hasn't experienced this, I think it must be because they haven't done the exercise of leaving a live email address on a public website for years.
ocrow
·2년 전·discuss
Both Android and iOS, but especially iOS, have made large accessibility regressions by switching to a frequently gesture based interface where all sorts of quite similar swipes do different things changing the screen context and revealing hidden modes. For use by people with e.g. Parkinson's disease this is catastrophic. Voice commands can somewhat compensate, but I think we're all familiar with the many ways in which voice commands can fail to perform even simple requests, and also how sensitive the voice assistants are to changes in both speed and volume of received speech. While iOS does have some good accessibility settings, they are not comprehensive, and overall usability has in some big ways declined substantially, even while more and more tasks have to be done online.
ocrow
·2년 전·discuss
A financial Power of Attorney is the legal document that gives you the ability to act as that person legally in most ways. It requires only the person to sign the PoA document. Using it often requires some bureaucratic hoop jumping, but that's nonetheless what it does. It doesn't prevent the person themselves from taking legal or financial actions – like giving money to scammers. For that you would need Conservatorship which is a higher level of responsibility and must be reviewed by a judge. At least, that's the situation in the US. Things may work differently elsewhere. And also, for reasons to do with the federal system, Social Security benefits are sort of their own thing and have a different process.
ocrow
·2년 전·discuss
They're really stretching the definition of readable.
ocrow
·2년 전·discuss
AR goggles have a relatively narrow field of vision making it less likely to notice peripheral movement, such is critical for driving. They have quite short battery life – just a couple of hours. When they fail, you are effectively blind until you remove them. They can also fail due to a software glitch or crash. Removing the goggles can be disorienting and fiddly. They can be set so that there is little or no passthrough of external video – which would be highly hazardous, even if done accidentally. It's not really possible to establish eye contact with someone wearing AR goggles, which can be important when interacting with a driver. They're also not legal eyewear for driving.