Hacker Newsnew | past | comments | ask | show | jobs | submit | more watt's commentslogin

I worked with a guy who insisted on using Neovim to work on a large Java monolith project. He was surprisingly unproductive. Took days to deliver features (code) that folks using IDE (Intellij IDEA) could crank out in a matter of hours.

The danger of not using an IDE is that you will fall behind in productivity and get fired because you are not performing at a level expected from your seniority.


If everyone else are coding in an IDE and the coupling naturally follows, you also need to use an IDE to survive in that code base.


Recently I reminisced about Blender foundations first(?) effort, Tears of Steel, with the script like "Look, Celia, we have to follow our passions; you have your robotics and I just want to be awesome in space!" - "Why don’t you just admit that you’re freaked out by my robot hand?!"

It's not about the textures and shadows.


"Tears of Steel" was the fourth Blender Open Movie project. The first one was 2006's "Elephants Dream", then "Big Buck Bunny" and "Sintel".

From the more recent ones I highly recommend "Sprite Fright".


I don't know what they've been up to after Tears of Steel but the primary mission of the older Blender Foundation movies was to further the tech, e.g. motion tracking.


Dagger will give you DI at compile time (build time), via annotation processor feature. (And it seems Quarkus can do it as well?)


If you write Java just like you would write Go - meaning, no reflection shenanigans, use Jigsaw to cut out unneeded JVM stuff, or use GraalVM and compile natively (which you will be able to, because you did not use any of JVM reflection magic), Java will absolutely be competitive.


In the end it all boils down to higher-level logic compiling down to machine code that has to run. A language's culture and philosophical choices are tied to the language itself as much as syntax or compiler, so maybe the largest difference between languages like Java and Go is really the whole developer attitude and aesthetic choices.


Try building a structure around the fusion source: https://en.wikipedia.org/wiki/Dyson_sphere


It will work - you can see it well with a Chain of Thought (CoT) model: it will keep asking itself: "am I hallucinating? let's double check" and then will self-reject thoughts if it can't find a proper grounding. In fact, this is the best part of CoT model, that you can see where it goes off rails and can add a message to fix it in the prompt.

For example, there is this common challenge, "count how many r letters in strawberry", and you can see the issue is not counting, but that model does not know if "rr" should be treated as single "r" because it is not sure if you are counting r "letters" or r "sounds" and when you sound out the word, there is a single "r" sound where it is spelled with double "r". so if you tell the model, double "r" stands for 2 letters, it will get it right.


Watch Viktor talk about Austerlitz station he used as inspiration: https://www.youtube.com/watch?v=YCjNT9qGjh4


Have they got rid of $ sigils everywhere? Are they planning to?


No and no and nobody (using php) probably cares.


Yeah that's ugly, but it doesn't really matter. What is worse is inconsistencies when declaring class vars and constants... But you learn to live with it.


There is a rule that if somebody poses this hypothetical with the word "just" in it, they have signed themselves up to go and implement it.

So, congratulations, take it and run with it.


you think Tesla customer support wouldn't be able to solve it, and instead let the driver state "For my own safety, and that of other drivers, I have stopped driving the vehicle." ?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: