HN user

privacyonsec

238 karma
Posts27
Comments43
View on HN
github.com 3y ago

Rust: Benchmarking Move vs. Clone vs. Ref

privacyonsec
1pts0
crates.io 3y ago

Show HN: Git hook to check and add issue reference to Git commit (rust)

privacyonsec
1pts0
gitlab.com 4y ago

Glitchtip: Open-Source Alternative to Sentry

privacyonsec
1pts0
matrix-webhooks.com 4y ago

Matrix-Webhooks: Bringing Rich Discord Webhooks to Matrix

privacyonsec
3pts0
www.service-public.fr 4y ago

Solidarity Day: Today in France everyone is working for free

privacyonsec
1pts1
twitter.com 4y ago

Help test 0 A.D on SteamDeck

privacyonsec
2pts0
github.com 4y ago

Show HN: Prometheus Exporter for DHT22 Sensor

privacyonsec
6pts1
news.ycombinator.com 4y ago

Ask HN: How Podcast Distribution Works

privacyonsec
2pts3
simplysecure.org 4y ago

Dark Patterns in User Controls: Exploring YouTube’s Recommendation Settings

privacyonsec
2pts0
www.pyinstaller.org 4y ago

Compile Python applications into stand-alone executables

privacyonsec
138pts89
news.ycombinator.com 4y ago

Ask HN: Any niche blogs about Psychology / Cognition

privacyonsec
2pts1
github.com 4y ago

Show HN: I'm trying to bring Async to Django ORM

privacyonsec
6pts6
news.ycombinator.com 4y ago

What's the right amount of water to drink before sleeping

privacyonsec
1pts3
discourse.joplinapp.org 4y ago

Joplin v2.5 is available for desktop and mobile

privacyonsec
2pts0
news.ycombinator.com 4y ago

How WhatsApp status tracker works and how to prevent it

privacyonsec
3pts2
github.com 5y ago

Bringing Async Capabilities to Django ORM

privacyonsec
1pts1
pronouncing.readthedocs.io 5y ago

Pronouncing, a Python interface for the CMU Pronouncing Dictionary

privacyonsec
2pts0
www.youtube.com 5y ago

The Miscommunication Game [video]

privacyonsec
1pts0
github.com 5y ago

OpenTelemetry

privacyonsec
195pts65
github.com 6y ago

Git Diff (Userdiff.c)

privacyonsec
1pts0
rosiecharlton.blogspot.com 6y ago

The essence of technology is nothing technological?

privacyonsec
1pts0
slatestarcodex.com 6y ago

What Intellectual Progress Did I Make in the 2010s?

privacyonsec
4pts0
github.com 6y ago

Show HN: Django IP Geolocation Hooks with Multiple Backends

privacyonsec
1pts0
en.wikipedia.org 6y ago

Red Star OS

privacyonsec
2pts0
docs.quantifiedcode.com 6y ago

The Little Book of Python Anti-Patterns

privacyonsec
5pts0
www.independent.co.uk 6y ago

Labour commits to 32-hour working week within a decade

privacyonsec
1pts0
www.androidpolice.com 6y ago

Fitbit reportedly looking for buyer after slashing 2019 revenue forecast

privacyonsec
1pts2
A Model of a Mind 2 years ago

I don’t see any scientific citations on how the mind works, about the different parts in this article. Is it all speculation or science fiction?

I live in 15th arrondissement, like 5 minutes from portes de versaille, 35 square meters, I pay 900€, not sharing a room. - I don't have a car, I use public transportation because you don't really need a car, ~90 Euros per month I can go as far as 40km outside paris, 50% of the public transportation is paid by the employer so it's 45€ per month - teleco bundle: 50€ (1Gbs up and down + 100Gb 5G) - energy spending: 35€/month - I eat basically 50% of the time outside, good food organic, burger, ramen etc ...

At the end of the month, I have 1k left.

You clearly don't know Paris, don't know France and don't know Europe :)

in one of the keynotes, didn't the current CEO said that Google is transitioning from a search to an Answers Engine ?

Nobody knows how to correctly install and package Python apps

Anybody tried PyInstaller ? it packages the whole Python project, dependencies included into a single exactable binary

Indeed, but the goal of the project is to support django ORM, if you already have a backend running under django and you wanna migrate to async, you will have to write a lot of wrappers. with this module it patches django (QuerySet) with async methods.

You still have to update your code for example

  MyModel.objects.get(name="something")
becomes
  MyModel.objects.async_get(name="something")
so even though tortoise orm syntax's is similar to django, everything else can be different, migrations etc ...

I'm wondering how much time do you put in contacting prospects and looking for customers ? and how big your team is ? I already heard of single person startups that are working very well but what about remoteok ?