HN user

bjornasm

356 karma

www.brendesmestad.no

Posts0
Comments159
View on HN
No posts found.

It (and especially its docs) are a little rough around the edges, but it's bold enough and good enough I'm willing to use it nonetheles

Thought I was the only one thinking this. Got to open an issue, I think it would be nice to have some more examples showcasing different use cases.

When Python is installed by uv, it will not be available globally (i.e. via the python command). Support for this feature is in preview. See Installing Python executables for details.

You can still use uv run or create and activate a virtual environment to use python directly.

Thirdly, even if I would touch type, my job needs me to take my eyes of the "IDE screen" occasionally to look at other things like datasheets, PCBs, notes, etc.

What if I told you that touch typing means you could do that while you are typing.

Depends on the ship as well, not all ships change their draught ("depth") that much according to what they carry, but ships like bulk carriers and oil carriers certainly do. They report it via AIS data as well, but as its manually input it is often unreliable. An other idea that has been utilized is to look at the vake patterns (wave patterns) to estimate the speed of the ship.

This is really interesting. I have worked a lot with AIS data (messaging system that relays information such as the position of a ship), but the AIS data can some time lack information (and sometimes can be spoofed). However I have never got around working with imagery data. This seems like a great starting point for that :)

This was a really nice post, using imagery to confirm the positions of ships is really useful when the normally used data source, AIS data, has lacking data or may be spoofed. I have mostly worked with AIS data, but might incorporate these data as well to see what can be found.

I have been thinking on something along these lines as well. with the professionalization/industrialization of software you also have an extreme modularization/specialization. I find it really hard to follow the web-dev part of programming, even if I just focus on say Python, as there are so many frameworks and technologies that serve each little cog in the wheel.

Just in case why people are wondering why cutting of internet for an arctic island is a big deal.

What many might not know is that Svalbard is home to the northernmost satellite station in the world. It is just one of two stations that can communicate with polar orbiting satellites each day. ESA and NASA as well as other civilian organisations are present there, and the station communicates with well over a hundred satellites, and are pretty vital for much of the satellites that look back at us.

Oxford dictionary defines a hero as:

"a person who is admired for their courage, outstanding achievements, or noble qualities. "a war hero" ".

With not much imagination I bet you could place him in one of the categories.

There is no sense in assuming that Tesla is more important for Nato than a Swedish participation in Nato. And it is also wrong to equate striking workers to the swedish state. This is on par with authoritarian states not understanding that people have their own will in a dempcracy.

Men's Shed 3 years ago

that 5-10 year window for guys that are retired but not yet ready to spend their day in a nursing home.

Totally unrelated, but this was very bleak. I think people ideally should have a couple of decades as a functioning but retired person.

# instead of this: func2(visibility=visibility, frobnification_level=frobnification_level)

# this could be used: func2(=visibility, =frobnification_level

Please, no. It takes two seconds to write it out, this will lead to hard to read code.

Disagree. Why are you both pulling when you want code from the repo and when you want to put your code up to someone elses repo?

This is the one that allwaays was impossible for me to wrap my head around. Surely it is a push or merge request not a pull request.