I'm about to order tools for leather work as well. I want to make a leather wallet and a sunglasses case.
Ask HN: What are you learning?
41–50 of 906 posts
Re: Ask HN: What are you learning?
#42... Don't laugh: C I learnt programming mainly through various scripting languages, some of which had some relatively simple visual output available, which I personally found invaluable for learning and visualizing. I realized that better visual output was the main thing holding me back from doing more in C since there are so many options, often complex, involving much boilerplate. So my mini project is essentially e…
Out of interest, why would people laugh at someone learning C? I know plenty of people using C in all manner of domains, choosing it over C++ or Rust for fair and sensible reasons - I'm not a C person myself, but it certainly seems extremely useful to have in the toolkit!
Case in point: The comment below mine...
Re: Ask HN: What are you learning?
#43Getting familiar with OpenMP - MPI (are those used in real life?)
Re: Ask HN: What are you learning?
#44... Don't laugh: C I learnt programming mainly through various scripting languages, some of which had some relatively simple visual output available, which I personally found invaluable for learning and visualizing. I realized that better visual output was the main thing holding me back from doing more in C since there are so many options, often complex, involving much boilerplate. So my mini project is essentially e…
Out of interest, why would people laugh at someone learning C? I know plenty of people using C in all manner of domains, choosing it over C++ or Rust for fair and sensible reasons - I'm not a C person myself, but it certainly seems extremely useful to have in the toolkit!
To answer your question: I get the impression from various tech news on "hot new languages" that C is the incumbent systems language that people put up with but don't really love, and yet I want to try and love it. I've developed a taste for minimalism, simplicity and a degree of brevity in programming, I have a feeling I might find C more suited to me than C++, Rust, Go, Java etc for this reason despite the lack of "modern" features.
Re: Ask HN: What are you learning?
#45Re: Ask HN: What are you learning?
#46and am reading 50k word TOS (not sure 'learning' is the verb there but *)
Re: Ask HN: What are you learning?
#47I built an expense tracker app using Flutter a while ago that I've been using for a year. It has really helped me in understanding where my money is going. To build it quick, it uses Google Sheets as a backend and BigQuery for running sql queries over the data. While everything works, it's quite slow so I'm looking at building the API server with rust warp and sqlite to store all transactions.
Re: Ask HN: What are you learning?
#48Earlier quoted context omitted.
So, soon to be obsolete, abandoned by s/Adobe/Google/g? :-p Just kidding, I'm building the mobile client for https://histre.com/ in Flutter and I love it. Google, please don't kill it yet.
Ha! Let's hope not, in fact let's pray that it becomes the de facto standard for Android dev :D
Re: Ask HN: What are you learning?
#49Earlier quoted context omitted.
Out of interest, why would people laugh at someone learning C? I know plenty of people using C in all manner of domains, choosing it over C++ or Rust for fair and sensible reasons - I'm not a C person myself, but it certainly seems extremely useful to have in the toolkit!
>choosing it over C++ or Rust for fair and sensible reasons I don't think such reasons exist. I don't think C/C++ should be used when superior alternatives exist (Rust). It's like smoking; you're just hurting yourself. Unless you're being like the programming equivalent of a steam engine enthusiast or a historian. (In a world where most of the industry is still using steam engines cuz we're in too deep and must ride…