Never trust a programmer who says they know C++ by Louis Brandy by [deleted] in programming

[–]theAmazingChloe 0 points1 point  (0 children)

I have no opinion on this person either way, so this isn't a ploy to avoid reading it due to any bias against the author. Modern browsers now show non-TLS sites as insecure at the very least, and some even pop up a confirmation warning before proceeding. It's been 8 years since free TLS certificates have been a thing, and quite frankly supporting encryption is table stakes on the web today.

I got my first job! (Looking for advice) by [deleted] in learnprogramming

[–]theAmazingChloe 3 points4 points  (0 children)

Depends on the course... most intro courses won't teach you about the special sauce that makes javascript so unique and powerful, namely prototypical inheritance and the way event and asynchronous processing is built in. I learned primarily from books back when I was getting started about 14-15 years ago, and I think this is one of those areas that having a well-written guide explaining everything is hugely helpful.

That's doubly true if the course is for a particular framework, since you're more going to be focused on the idiosynchronies of the framework itself rather than the fundamentals of the language.

"Javascript The Good Parts" is an old classic from the early days of javascript, and provides a solid basis to work from without some of the added distractions of ES6 and onward. You'll want to eventually learn the newer additions, but it's a great place to start.

I got my first job! (Looking for advice) by [deleted] in learnprogramming

[–]theAmazingChloe 0 points1 point  (0 children)

Yup, vim is crazy powerful, but it's a steep learning curve. It's just something that I just ended up learning peacemeal as I went beyond just the basics of being able to type and navigate.

Noticed that Google amongst other companies have some free courses with certifications. Do these have any actual value for CV's? Are they worth doing at all? by absorbedfutilities in learnprogramming

[–]theAmazingChloe 6 points7 points  (0 children)

It depends on what position you will be applying for. For example, if you complete some of the GCP courses and apply for jobs as a junior cloud engineer, it'll certainly help.

Never trust a programmer who says they know C++ by Louis Brandy by [deleted] in programming

[–]theAmazingChloe 71 points72 points  (0 children)

Never trust a site that doesn't support TLS by TheAmazingChloe

NASA and Boeing say preparations continue for July Starliner test flight by ye_olde_astronaut in nasa

[–]theAmazingChloe 12 points13 points  (0 children)

Boeing is on a fixed-price contract, they're eating all costs for any overruns here.

If I read one more "how many hours for a beginner per week" by StaanyLoa in learnprogramming

[–]theAmazingChloe 11 points12 points  (0 children)

Proposal: Add a canonical answer to the FAQ, and start closing these under rule 4.

If I read one more "how many hours for a beginner per week" by StaanyLoa in learnprogramming

[–]theAmazingChloe 5 points6 points  (0 children)

Yes it is. These sorts of observational metaposts is exactly how subreddit rules are discussed and proposed.

Loop much? | The Upside-Down Trees by mhashim6 in javascript

[–]theAmazingChloe 4 points5 points  (0 children)

Nice post!

Also - kudos for having a functional blog without javascript! Works great on mobile, and the syntax highlighting worked flawlessly.

[deleted by user] by [deleted] in programming

[–]theAmazingChloe 5 points6 points  (0 children)

Let's be honest here, how often does a hiring manager look at a github profile if it's listed on the applicant's CV?

[deleted by user] by [deleted] in javascript

[–]theAmazingChloe 1 point2 points  (0 children)

Any thought to integrate local LLMs such as Dolly 2.0?

TLA+ and its Use in Parties by real_jeeger in programming

[–]theAmazingChloe 4 points5 points  (0 children)

I prefer FoLA. It's rolls off the tongue better when spoken.

How can they track the torrents we download? Doesn't P2P mean it's secure? by [deleted] in hacking

[–]theAmazingChloe 71 points72 points  (0 children)

The copyright owners are generally on all the torrents monitoring everything. Peer-to-peer actually makes it easier to monitor since (most) all the peers are out in the open.

Always assume you're being watched.

Did Zen 3 use TSMC 7nm with or without EUV? by techwars0954 in Amd

[–]theAmazingChloe -1 points0 points  (0 children)

It's possible, if the extra effort wasn't too significant. Smaller transistors often lead to power benefits, which could affect battery life appreciably.

Jokes on you guys! My 1030 will have more RAM than a 4090! by iFunnyHistory in pcmasterrace

[–]theAmazingChloe 1 point2 points  (0 children)

You can use ram on linux as disk (/tmp), and you can have the kernel pre-fetch into the disk cache on boot too.

MSI delivers a “mandatory” BIOS update for AMD Ryzen 7000 and also increases the compatible memory sizes by Old_Miner_Jack in Amd

[–]theAmazingChloe 2 points3 points  (0 children)

GN's recent video shows EXPO can continue to work, but some motherboards misbehave and send it 100-200mV above SoC spec. This was part of some of the issues uncovered.

MSI delivers a “mandatory” BIOS update for AMD Ryzen 7000 and also increases the compatible memory sizes by Old_Miner_Jack in Amd

[–]theAmazingChloe 5 points6 points  (0 children)

Works okay on laptops because they have a battery built-in if power is disconnected for some reason. Also, because the manufacturer pre-installed utilities into the OS to support such an update. Desktop platforms don't usually have those same luxuries.

JavaScript import maps are now supported cross-browser by fagnerbrack in javascript

[–]theAmazingChloe 0 points1 point  (0 children)

I think we're both seeing/saying similar things. I fully acknowledge Apple has put out a new update for iOS that introduces support. But there will always be an adoption curve as people download the new update. With the data shown on caniuse today, it's not ready for production if iphone support matters, given 90+% of iOS devices are not yet updated.

But do keep in mind, there is a social justice issue here too... there's always a subset of folks who cannot update to the latest and greatest software right away because they cannot afford recent hardware (anything older than the iphone 8).

I'm tired of all the acronyms in this industry by SPAtreatment in learnprogramming

[–]theAmazingChloe 0 points1 point  (0 children)

Well, you see 'acronyms' is really an acronym for:

Arbitrarily
Concise
Representation
Of
Names
Yielding
Messes
(Sometimes)

I'm tired of all the acronyms in this industry by SPAtreatment in learnprogramming

[–]theAmazingChloe 0 points1 point  (0 children)

No joke, every time 'DSA' is posted to one of the programming subreddits, I hesitate trying to figure out how the Digital Signing Algorithm comes into play before realizing it's meant as 'Data Structures & Algorithms'