Viewing profile — fdomingues
fdomingues
HN member- Joined
- Thu, Mar 23, 2017, 12:37 PM UTC
- HN karma
- 16
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About fdomingues
No profile information was provided.
Recent public activity
-
comment
Comment #48371110
What are the use cases for multi gbps home network or internet access? With a 1/1 Gbps link we could use 500 Mbps to transfer 5 TBytes per day of home assistant backups, time machi…
-
comment
Comment #45559026
I have made this tiny module to use it wherever I want it. https://github.com/domingues/djangify-package
-
story
TIL that the iPhone Air camera bump is thicker than the main body
From the page 329 of the Accessory Design Guidelines[1], the camera bump is 5.68mm thick, the main body is 5.64mm, as advertised everywhere, which brings the total thickness to 11.…
-
comment
Comment #44681427
That content shift on page scroll is horrendous. Please don't do that, there is no need to auto hide a side bar.
-
comment
Comment #43047031
Some time ago I created a chat that uses the same principles, it's funny to have some ideas validated by something that has been around for over 20 years and that I didn't know exi…
-
story
Show HN: djangify-package – use Django ORM/schema migrations anywhere
I really like the Django schema migrations, and I wanted a simple way to use it outside of Django projects, this file is the solution that I found.
-
comment
Comment #41159060
To overcome the hoarding I use Simple Tab Groups[1], that has auto backup, combined with Auto Tab Discard[2], to completely inactivate open, but unused, tabs. [1] https://addons.mo…
-
story
Show HN: Vortex – Secure, Transport-Agnostic, E2EE Chat in Under 600 Lines
Vortex is a lightweight, end-to-end encrypted chat application that ensures message authenticity and confidentiality. It offers transport agnosticism, supporting both PostgreSQL an…
-
comment
Comment #30024401
Happy to see it converted from the old flash applet.
-
comment
Comment #29813157
Is useful to do code generation/transformation, for example in this utility[1] it uses the information provided on the declaration of the class to generate the methods required by …
-
comment
Comment #26015946
C++ Is NOT 9.4 Times Faster Than Python in Prime Number Test I added 3 lines to the Python code and got it 10x faster: (venv) $ python prime.py Number of primes between 0 to 100000…
-
comment
Comment #24637344
Since Python 3.7 you can postpone evaluation of the annotations[1]. You can do something like this: from __future__ import annotations Class Node: parent: Optional[Node] [1] https:…
-
comment
Comment #16223772
$=${$}[$]; $($); Actually some time ago I found some piece of alien PHP code (a backdoor) in my server, and I couldn't understand it! I did't know the $($); syntax. After searching…
- story
- comment