Workin on it
HN user
throwawaygo
pgactive?
This has been happening in anthropic subreddits.
I have so many disagreements on goals for the language with Russ, but have been a fan since his early days of writing the regex package and the c-to-go conversion code. Glad to hear he will still contribute to the lang, and hoping for a bit different direction from the new leads.
How long until this is just a prompt?
Bingo
You’re right. Backwards unfriendly is maybe a better way to say it.
min and max are common variable names so depending on the version of go and the scope you should expect min and max to mean different things.
No reason these functions couldn’t have been part of the stdlib.
Can we get arenas yet?
breaks all my variables named min and max
tbh whenever I write one of these it makes me wonder if I can accomplish the same logic in a better way.
So I guess with new builtin functions we will be breaking backwards compatibility?
Uh huh.
At a company with “flat team” aspirations it’s like this but the loudest juniors call the shots. Come in with 10 years exp in a language and get constant pushback on my suggestions because I’m new and unproven. After 2 years most of the loud ones that made all the decisions are gone and we’re stuck with something that doesn’t scale and needs to be rewritten because before end of quarter. Amazing how much tech debt is possible in this model.
Realtime collaborative filtering using proximity transmission. :B
Why are we getting normal news here now?
Why is there a long form article here?
I assume this is here to discuss the mobile experience.
This is the new threat vector. AI copy pasta. Gonna make pen test research way more fun. Just describe the website you’re at and read the source code.
Find a Jungian analyst.
Yes and it’s completely arbitrary. My only point is there isn’t really anything new or interesting here, sadly.
Any representation of reality should not be confused with reality. The map is not the terrain. The menu is not the meal. -post-modern philosopherzzz
It’s true varying resolutions are stored and retrieved but all are a reduction of the inputs to some useful representation.
Surprise!! The human brain compresses all experience into low-res summaries. Full res is not possible. :D
I feel like we’re adding graph meta-modeling on top of Tony Hoare CSP. If these graphs were not dags we would be heading into cybernetics. I want to feel like this is novel but can’t escape the idea that the boundaries of a multi-way model are arbitrary.
It also seems like a natural next step for automata modeling.
Maybe I am missing the breakthrough.
Coders at Work
Lol you think you are enlightened and you are part of the problem.
I've never understood why we change things on the internet so much. I've got muscle memory after 10 years of navigating the docs. Seriously why did you just decide to remove my workflow?
Sadly go is losing the spirit it was built with and alienating the experience that it needs to regain that spirit. This has been my top feedback every go survey is that it is being designed democratically where it needs to be led by experience.
They appear to stop when one intersects the center of another or they all pass the point of being able the intersect the center of another. Neat idea.
The v1 guarantee is they will break your code at anytime just like before v1.
Dude. 5 different ways to handle asynchrony and zero consensus on which is best. A dynamic type system that contains errors like "null is null or not an object". A number system that consists of entirely of floats. Var let const. hoisting. Classes that are sugar on top of prototypes. Classes intermixed with prototypes. The fact that typescript exists says so much.
I think of javascript like perl. It makes things work where you need it but god I don't want to work on a codebase of more than a few files.