Viewing profile — jguzmanjr
jguzmanjr
HN member- Joined
- Mon, Jun 07, 2021, 6:06 AM UTC
- HN karma
- 20
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About jguzmanjr
No profile information was provided.
Recent public activity
-
comment
Comment #31768605
Care to explain??
-
comment
Comment #31467463
You mad bro?
-
comment
Comment #30378845
It’s Microsoft. What else did you expect ?
-
comment
Comment #30266900
I’m a fan of Rust. Discovered it in mid 2020 and am loving every piece of it. It does have its warts (e.g. incomplete async story) but what language doesn’t? In particular I like i…
-
comment
Comment #29914882
Depending on the age, block based visual programming to create 3D worlds might pique her interest: https://www.alice.org/
-
comment
Comment #29639718
There’s System76. They sell workstations and laptops geared towards STEM professionals.
-
comment
Comment #28604273
We use sqx: https://github.com/launchbadge/sqlx . The devs create and commit the up/down migration files and the cicd runner runs the migrations against the db.
-
comment
Comment #28585525
This extension to search anything Rust on Rirefix: https://addons.mozilla.org/en-US/firefox/addon/rust-search-e...
-
comment
Comment #28585500
I recommend giving Actix Web a try, was able to use the knowledge of Python Flask to build it. Rust has sum types which makes development much nicer especially with all the inevita…
-
comment
Comment #28566216
I don't think the choice of language/framework matters too much in the grand scheme of things provided you understand the concepts behind the decisions that languages/frameworks ma…
-
comment
Comment #28371864
I'm in a similar boat to op. I love my MacBook Pro (and other apple products) but after the Apple debacle, I've decided to go back to Fedora. I'm building my own custom 16 core 64G…
-
comment
Comment #28245597
I love “This American Life”. I usually play it during long road trips. The best episodes make me tear up — it’s that good!
-
comment
Comment #28177112
For live help I highly recommend Discord servers. I’m a member of the Rust Community Server and love hanging out and helping however I can. As others have mentioned you can join th…
-
comment
Comment #27879419
I’ve used this book in the past to learn modern C++: https://www.amazon.com/dp/1484233654/ref=cm_sw_r_cp_awdb_imm... For greenfield projects I’d opt for Rust over C++.
-
comment
Comment #27878884
It's 2.96 MB large so about the size of a high quality photo. My webapp doesn't have many pages yet so I expect this to grow by a couple KB.
-
comment
Comment #27867674
Please keep in mind that there is more to software dev than web programming. Rust may not be popular as as server language now and never may be, but there are multitudes of other r…
-
comment
Comment #27866373
I would say it depends. Rust aims to solve perennial issues in software development by bringing as many issues “forward” in the development cycle. The way I think about the tradeof…
-
comment
Comment #27851213
I’ve been using Actix-Web for the backend and Seed-rs for the frontend and it’s been a blast. One language to run on the server and in the browser. I admit I still have to write sc…