Having to audibly name the religion/ethnicity of beneficiaries of charities is a pretty wild requirement for a US charity.
That may have been the judge’s framing, but it seems off from what I typically expect from mainstream US news.
HN user
Having to audibly name the religion/ethnicity of beneficiaries of charities is a pretty wild requirement for a US charity.
That may have been the judge’s framing, but it seems off from what I typically expect from mainstream US news.
The fact that the organization is Jewish is stated prominently in the article, but I’m not entirely sure why that’s relevant. Many charities in the US have religious affiliations.
The adult matchmaking etc, that deviates substantially from their advertising.
Anthropomorphizing is likely a mistake, but Daniel Dennett’s idea that the most straightforward (possibly only practical) way to create the external appearance of consciousness is a real internal consciousness does float around in my thoughts.
I haven’t yet seen any convincing appearance of one in an LLM, but I think if skeptical people don’t keep an eye out for the signs, we may be the last to see it.
He also wrote about the idea of the intentional stance: even if you’re quite sure these systems don’t have real conscious intent, viewing them as if they did may give you access to the best part of your own reasoning to understand them.
Tool Use Steering via Prompting. I’ve seen that work well also, but I don’t know if I’d quite call it an architectural pattern.
Yes, agentic search over vector embeddings. It can be very effective.
I’ve seen several of these discussions on HN, they’re never particularly illuminating. What always seems to missing:
* Perspective of what it’s like working in other engineering disciplines.
* A clear and shared definition of what “engineering” is.
* Experiences shared by people who do apply significant math and science to their software authorship.
That and also why start with multiplication? String concatenation, addition, list concatenation all make more intuitive sense to a working programmer.
What's a straightforward way to combine a bunch of numbers? Just keep multiplying them to get a resulting volume in an ever-higher dimensional space.
I was also dissatisfied with existing task tracking apps, and built my own:
t-do.com
There are still many rough edges, but it’s extremely useful. One of the best features that a text file has that very few apps support is unlimited sub-task nesting, and that’s a core feature of T-Do.
I disagree. There are many operators that you’ll never use but if you memorize (^.), (.~), and (%~), you’re pretty much set for a lot of real-world software development.
Per Kmett’s original talk/video on the subject, I can confirm my brain shifted pretty quickly to look at them like OOP field accessors. And for the three above, the mnemonics are effective:
“^.” is like an upside down “v” for view.
“.~” looks like a backwards “s” for setters.
“~%” has an tilde so it’s a type of setter and “%” has a circle over a circle, so it’s over.
I’ll also add that my experience in recent versions of PureScript things get even nicer: visible type application lets you define record accessors on the fly like:
foo ^. ln@“bar” <<< ln@“baz”
“.” Is unfortunately a restricted character and is not the composition operator like Haskell, but I alias “<<<“ with “..”
The pretty obvious question with the above is: why don’t you just write “foo.bar.baz”. In my case I use a framework that uses passed lenses for IoC, but I think “%~” is always nicer and less repetitive than the built-in alternative.
It’s wild how much the green color grading used in the film made the daytime location shots look un-Californian.
After many tries I also got into the dashboard, but it's not that usable, constant error pop-ups.
Seems to be affecting functionality of their "Verify you are human" dialogs as well as Workers.
Customers of those services have a lot of considerations, as long as Nvidia doesn’t undercut the prices too much, I think no.
Getting more developers creating more models that can then be run on those services will likely expand business for all of those vendors.
I really appreciate the integrated fingerprint reader in these cases. I usually run with my laptop screen closed (with external monitor) but open it specifically to authenticate in system dialogs.
Ah, that’s a painful situation.
Not to quibble, but VSCode (and GitHub for that matter) are part of my tooling, not part of any of my stacks.
To me the former is tolerable, the latter is not.
Did anyone ever tell them they lost? Are you volunteering?
2. Implementation Language doesn’t matter
I’m controversially writing our autorouter in Javascript. This is the first thing people call out, but it’s not as unreasonable as you might expect. Consider that when optimizing an algorithm, you’re basically looking at improving two things:
Lowering the number of iterations required (make the algorithm smart) Increasing the speed of each iteration
It may be true in this domain, I wouldn’t know, but applied to software engineering in general IMO it would be a massively incorrect assumption to say choice of language doesn’t affect speed and needed number of iterations.
It’s not just the syntax. Regex isn’t directly composable (unless you just mash together strings). They cannot define nested structures, I.e. no recursion. They can’t maintain context.
We don’t need better language tools. Better parsers can, and already have, been implemented in libraries.
I’d have a look at parser combinators.
We don’t have philosophically satisfying insights into the universe at subatomic scales. We have quantum mechanics: a set of equations that are good at predicting the behavior of elementary particles, but that don’t line up with our intuition about the macroscopic world.
Our analogies and intuitions are based off of our macroscopic experienced reality, this seems to be an entirely emergent phenomenon based on those strange behaviors described by quantum mechanics. If those insights ever do come, I don’t believe they’ll correspond to anything prewired into our brains or experienced in our lives, and will never be remotely satisfying.
Right on! I’m using PureScript with an Elm-like framework.
Frontend development is a nightmare world of Kafkaesque awfulness I no longer enjoy
Objects are extremely good at what they're good at. Blind devotion to functional is dumb.
Blind devotion to anything in engineering is dumb, but if you go full functional on the frontend it’s definitely not “Kafkaesque”
Maybe the author meant gradual static typing?
In practice it only detracts a little bit. You can enable GHC extensions project-wide and there are alternate standard libraries (preludes) that are more modern.
If you want a language that is very Haskell-like without the historical baggage or the laziness, PureScript is very good. It’s main compile target is JavaScript, so it’s built for different use cases.
How is this not the top comment?
Anyone coming from a Haskell background, there’s some interesting (though possibly dated) info here:
https://www.reddit.com/r/haskell/comments/76k1x0/what_do_you...
I imagine this situation is kind of unique. Once a company finds out the features they sell will be integrated into the 1st party platform, and they have a chance to get out of the business, and they know they’ve got competitors that Apple could turn to next, I imagine Apple would be getting a steep discount. Especially if it’s an aqui-hire — peace of mind the employees will be taken care of.
the Everglades and its web of life as we know it have existed for five thousand years.
Typo? Creationism? That seems like a very short period of time.
As a just-in-time bordering on chronically late individual (typical engineer), sprinting on foot or bicycle to the doctor’s office has led to some unusually high reading.
4WD drive means all tires spin at the exact same speed, no matter what.
Make sure you only drive in a straight line.