Viewing profile — minhmeoke
minhmeoke
HN member- Joined
- Tue, Aug 16, 2011, 7:01 AM UTC
- HN karma
- 178
- Public activity
- 134 items
- HN profile
- View on Hacker News ↗
About minhmeoke
No profile information was provided.
Recent public activity
-
comment
Comment #45625292
Router/Access point: Matchbox, eg: TP-Link TL-WR802N (57 × 57 ×18 mm) [6] or GL-Inet GL-MT300N (58 x 58 x 25mm) [7] WiFi USB Client: Fingernail, eg: Asus USB-AX56 adapter (25.5 x 1…
-
comment
Comment #39665265
If you can install software on the computer and have an Android 11 or newer phone, one way is to use the adb tool from android sdk tools to create a connection over the local wifi …
-
comment
Comment #39665168
One option is https://github.com/akovacs/uploadserver - it's basically a nicer version of: python -m http.server 8000 You first start one server on a desktop/laptop which has the s…
-
comment
Comment #39665095
A useful utility for sharing (upload and download) files over a local LAN that a friend wrote is https://github.com/akovacs/uploadserver - it's basically a nicer version of: python…
-
comment
Comment #37978881
I would have to disagree. If you have a larger system, then onboarding, design discussions, and communicating changes will be more efficient if you have a consistent language and u…
-
comment
Comment #37978819
Very cool, thank you! Creating diagrams using code rather than using drag-and-drop tools might be a good idea for more complex architectures as described here: https://www.ilograph…
-
comment
Comment #37938949
If you don't have a network connection, you can setup an adhoc hotspot on any Android 9+ (Settings > Network & internet > Hotspot & tethering https://support.google.com/android/ans…
-
comment
Comment #37628560
The problem with email attachments is that they only support files up to around 25MB, while slack has a 1GB attachment limit, and if you have a slow uplink to the cloud, it could t…
-
comment
Comment #37628557
The problem with email attachments is that it only supports files up to around 25MB, and if you have a slow uplink to the cloud, it could take a while. A friend wrote a faster and …
-
comment
Comment #37628443
Just start the server using: python -m http.server 8000 to share a directory over a local network. Then you can point a web browser on another device to port 8000 of the server's I…
-
comment
Comment #37628347
It would be even better if you didn't have to install any client software at all on the downloading devices, exchange ssh keys, or pass around a password to an account on your syst…
-
comment
Comment #37563995
Cool program, it looks like an easy way to get started with ODB-II, thank you for sharing! > Currently it only displays live data - no recording and replay is possible. NOTE: The p…
-
comment
Comment #37256768
A similar utility (much more bare-bones though) that a friend wrote is https://github.com/akovacs/uploadserver It's basically a nicer version of: python -m http.server 8000 Basical…
-
comment
Comment #37231986
If you want to create diagrams from textual descriptions, https://kroki.io/ is very versatile and supports several different markup languages including C4. Alternatively, if you wa…
-
comment
Comment #37054871
Thank you, this looks really useful! One more ASCII-based tool that you could add into your workflow is https://arthursonzogni.com/Diagon/#Sequence which can be used to generate th…
-
comment
Comment #36881587
Other options are: - Grab to-go salad box at Whole Foods - Burritos at Chipotle
-
comment
Comment #36880991
For short-term housing, this could be a good option if your budget is ~$1000/month: https://och.berkeley.edu/housing-secondary/price-under+1100/...
-
comment
Comment #36880952
Avoid West Oakland (especially near the harbor, avoid anything west of Mandela Parkway or even west of I-980) which is the most dangerous area, as well as Fruitvale and south (eg: …
-
comment
Comment #35223967
I've used this amazing deck for learning Chinese: https://www.reddit.com/r/ChineseLanguage/comments/7mjmjc/bes... This looks like a nice Anki deck for reviewing system design conce…
-
comment
Comment #34573051
If you are using Linux-based infrastructure, this list contains some recommended Wifi chipsets. https://github.com/morrownr/USB-WiFi/blob/main/home/The_Shor... In particular, ALFA …
-
comment
Comment #34223519
Overall theme: Improving my language skills. My hypothesis is that language is the closest we have to a (lossy) codec for thought. By becoming more cognizant of higher-level concep…
-
comment
Comment #34222923
Thanks, glad that you liked it! The Megatronix SC620 Six Tone Car Alarm is also fun to watch: https://www.youtube.com/watch?v=xXYc0gtOswQ&list=PLn67ccdhCs... As well as the a cappe…
-
comment
Comment #34222679
It might also be a good idea to distill transient notes down into evergreen notes to refine and review knowledge: https://notes.andymatuschak.org/Evergreen_notes This is a great wa…
-
comment
Comment #34213747
Wow, this is super fun, and a great sampler of a wide variety of music! I was curious about the composition of music, therefore a friend and I created/curated frequency-domain visu…
-
comment
Comment #33928136
For people interested in this, there are several open source projects which turn Raspberry Pis into a MIDI synthesizers: MiniDexed: 8 DX7 Tone Generators - https://github.com/probo…