HN user

OrangeTux

656 karma
Posts17
Comments45
View on HN
surveys.jetbrains.com 4y ago

Python Developers Survey 2021

OrangeTux
3pts0
www.nobelprize.org 4y ago

Nobel Prize in Physiology or Medicine 2021

OrangeTux
213pts110
medium.com 5y ago

Examining Crypto and Bypassing Authentication in Schneider Electric PLCs

OrangeTux
2pts0
lwn.net 7y ago

Python gets a new governance model

OrangeTux
414pts175
news.sky.com 8y ago

Ukrainian state agency: “Kremlin planning Champions League cyber attack”

OrangeTux
1pts0
nvd.nist.gov 9y ago

Udp.c in Linux kernel pre-4.5 allows remote attackers to execute arbitrary code

OrangeTux
233pts65
imgur.com 9y ago

Peeqo – The GIF Bot

OrangeTux
1pts0
medium.com 9y ago

The Secret to Happiness – Results of Pebbles Happiness Research

OrangeTux
1pts0
applidium.com 10y ago

Unbundling Pokémon Go for Android

OrangeTux
53pts10
lwn.net 10y ago

GNU C Library 2.23 released

OrangeTux
1pts1
blog.sec-consult.com 10y ago

Hundred thousands online HTTP and SSH hosts share same private keys

OrangeTux
1pts0
thenextweb.com 10y ago

Guy makes his browser history public to show effects of UK’s anti-privacy bill

OrangeTux
10pts0
sijmen.ruwhof.net 10y ago

How I could hack internet bank accounts of Danish largest bank in a few minutes

OrangeTux
4pts0
github.com 10y ago

A demo of a minimal Nginx-uWSGI-Flask-Redis stack of 42 mb using Docker

OrangeTux
1pts0
derekmolloy.ie 10y ago

Writing a Linux Kernel Module — Part 3: Buttons and LEDs

OrangeTux
116pts12
blog.docker.com 11y ago

DockerCon is comming to Europe

OrangeTux
1pts0
orangetux.nl 11y ago

Automate Android app development with Docker

OrangeTux
1pts0

German has to be used if a single German employee wants that.

I'm not sure about this statement. See [1]:

"The Regional Labor Court (Landesarbeitsgericht - LAG) of Nuremberg had to rule on a motion by a works council, in which the latter demanded that the discussions held with it be conducted only in German. At the same time, it demanded that all communication between the branch management and the employees be conducted in German. The Regional Court rejected both motions of the works council."

[1] https://www.heuking.de/en/news-events/newsletter-articles/de...

Rust 1.51 5 years ago

I think I understand what const generics are. But I fail to see a use case for it, other than using them in array literals and abstractions over arrays.

Can you share you your use case?

Unfortunately this has a serious downside: asyncio locks are associated with the loop where they were created. Since the lock variable is global, maybe_initialize() can only be called from the same loop that loaded the module. asyncio.run() creates a new loop so it’s incompatible.

I work on several async projects, but I never had to use multiple event loops. What are use cases for using multiple event loops?

There is another interesting section in the document[1]. The city introduces the "Munich Open Source Sabatical". The city will pay professional programmers for 3 till 6 months to work on open source projects that benefit the community.

Die Stadt München unterstützt die Entwicklung von Open Source-Projekten mit einem "Munich Open Source Sabbatical". Professionelle Programmierer*innen, die sich für drei oder sechs Monate ganz auf die Fortentwicklung eines Open Source-Projektes kon-zentrieren möchten, können sich dafür auf ein städtisches bezahltes Stipendium bewerben. Die Projekte müssen einen kommunalen Nutzen haben.

[1] https://www.gruene-muenchen.de/wp-content/uploads/2020/04/Dr...

DO NOT. Ever. Buy. A smart lock. You’re better off with the “dumb” ones with keys.

Well, physical locks are not necessary harder to pick lock than electronic locks. Buy your self a pick lock set, practice a bit and be amazed how many locks you can pick.

Tiny Core Linux 8 years ago

Buildroot is great! I'm using it to build distributions for several pieces of embedded hardware.

But I think Buildroot targets different hardware than Tiny Core. Buildroot targets embedded systems. It therefore lacks a package manager. Tiny core seems to target bigger systems, like notebooks, servers and desktops.

Now you assume that logo's are only for businesses. I'm looking for a few logo's for an open source project of mine and I think tools like this are suiteble to create logo's for this purpose.

Keybase has quite a few interesting and unique features. But I'm cautious, because it's not clear to me how they are going to monetize it.

I have similar workout, working out 3 times a week.

Workout A

---------

Bench press 4 * 8

Squats 4 * 8

Overhead press 4 * 8

Chinups 4 * 8

Workout B

---------

Bench press 4 * 8

Deadlift 4 * 8

Rows 4 * 8

Overhead press 4 * 8

This post reminds me of Amir Rachum's post about Knowledge Debt[1].

"This is how programming should be taught. You should do stuff way before you can figure out how it works. For a while, you should intentionally be ignorant about distracting details."

"You should, intentionally and tactically, decide which piece of information you can do without, for now. But you should also, intentionally and strategically, decide when to pay back that debt."

[1] http://amir.rachum.com/blog/2016/09/15/knowledge-debt/