Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:How is a "teacher" relevant? (Score 3, Informative) 183

Author here.

In my defense, I don't control how things get posted on the internet. I woke up today to see this posted here.

> "Those who can... etc."

I spend over 50% of my time doing freelance work (writing code and deploying / infrastructure work). I'm not a teacher in the sense that I teach at school while not working in the field. I just happen to have video courses but I don't think I'll ever stop working in the field because I like it.

If you read the article you'll see I'm not a home row typist. I type at about 80 WPM with high accuracy so I'm sure you probably do type faster than me. Fortunately typing speed isn't that much of a bottleneck when it comes to delivering code on a schedule.

I posted the article on my site because I'm just a developer moving through life and I find certain things interesting. When I find products useful to me in my day to day, I sometimes write about them, but 95% of my site is focused on development topics not products. It just so happens recently replacing my keyboard lead me into thinking about keyboards so I thought it would be a good idea to write about it.

I wouldn't say I'm an expert but I do type a lot. Well over a million words (not counting code) just counting blog posts and course material over the last few years. Maybe the person who submit the article skimmed my site and saw some writing related posts (I have a post about Vim and writing 300,000+ words of course notes).

Comment Re:Here you go with One Star Reviews (Score 1) 183

Author here.

I didn't read the reviews but it's hard to say why they said it was too loud.

For example, someone on HN said the keyboard was loud over video calls compared to their laptop. It turns out it's because they had their microphone stand sitting next to the keyboard so a ton of vibrations came through the video calls, but their laptop was able to absorb that. So you can't really fault the keyboard since that rumble / vibration loudness would happen with any standalone keyboard.

Comment 25" 2560x1440 Dell with an IPS panel (Score 1) 216

After a lot of research I ultimately went with a Dell UltraSharp 25" 2560x1440 monitor. IMO it's the perfect balance of PPI and being readable at native 1:1 scaling. I ended up writing a 4,000+ word write up on why I went with that. I think it's one of the best upgrades I've ever done over ~20 years of using computers.

That write up is at: https://nickjanetakis.com/blog...

Comment That is the most glorified use of AI I've seen (Score 1) 151

Why do you need AI to determine if someone is logging in from a different location?

People have built things like that ~10 years ago with good old if statements.

I built a system that analyzed login patterns to deter account sharing once. It was about 40 lines of Python composed of a tiny bit of logic and a database lookup. It literally took 30 minutes to create.

Comment But CI is equally as important as private repos (Score 2) 74

Having private repos is nice and all but CI is equally as important.

With that said, Gitlab + Gitlab CI is free to use and is a perfect match for solo developers or small teams with private projects, without having to invest in any additional services or infrastructure.

Where as on Github, if you have private repos, you can't use Travis CI for free, so now you have to choose between Azure pipelines (which is more limiting than Gitlab CI) or use some other free service like CircleCI which is also more limiting than Gitlab CI and in both cases you need to integrate third party tools into Github where as on Gitlab, it's all bundled in and ready to go.

I am really curious why the Gitlab CEO didn't talk about that. Any developer deploying web apps knows that CI is an essential tool.

Comment Re:About time, move away from Network Solutions (Score 1) 122

Check out https://namesilo.com./ .com domains are $8.99 all the time and it includes free private registration for life.

It's $1 more per year than Cloudflare except it's available now and includes free email forwarding (which Cloudflare does not).

Comment Re:Who cares (Score 1) 79

I used to use a Blue Yeti for screencasting but got rid of it. They tend to perform horribly in untreated rooms because they pick up everything.

You can usually get a much better result with a dynamic mic for any type of recording where you're not moving around and it's just you talking. Not only will you reduce background noise, but you'll also get a great tone. A $70 AT2005 dynamic mic (which has both USB and XLR connections) outperformed the standard Blue Yeti in my case by a huge amount.

Comment In other words, we got downgraded (Score 1) 126

This snippet isn't telling the full story.

While basic is limited to 1 screen, it's also limited to only SD streaming.
Standard has HD
And now this new premium has 4k HD

But prior to this plan change, standard members could stream 4k video. Now they require you to pay about 20% more to get what you previously had.

Comment Re:I mean. (Score 1) 337

The interesting thing about that is most people do this with credit cards.

You're paying massive interest (usually) for a company to track all of your purchases. Of course you get something of value in return (money that isn't yours for a short period of time) but the concept is the same. You're paying out of pocket to have a company harvest and profit off your personal information.

I'm concerned that more people aren't upset over that.

Comment Just use GalliumOS (Score 1) 106

The article mentions that it runs Linux through a VM but that's not going to be very good in terms of performance.

GalliumOS has been around for years. It's a fork of xubuntu that's optimized for Chromebooks.

I've been running it on my Chromebook for 2 years. It's something you boot into directly, so no VMs are required (and you can choose to dual boot into ChromeOS if you want to keep it around).

Details on how to set it all up can be found at https://nickjanetakis.com/blog....

I run all sorts of real development work loads on a $350 Chromebook and it's rock solid.

Comment This doesn't work for software development (Score 5, Insightful) 187

A lot of freelance platforms have been doing this for years but it's not a reasonable solution.

You can't measure development productivity based on trackable "focus" and "intensity" scores because a lot of that happens inside of your brain.

I might decide to just stop what I'm doing and do 50 push ups while thinking about a problem, and then afterwards spend 10 minutes doing nothing from a camera's POV. In my mind, I'm churning through really complex data models and trying to make sense of it all which is absolutely focusing on the work at hand.

Comment I'm not surprised (Score 1) 335

I use this one course hosting platform called Thinkific and pay them $100/month.

I reported a bug 4 months ago that allowed people to purchase the wrong course when they had 2 check out windows open. It's still not fixed because it's not considered a priority. So a critical billing bug which results in customers buying the wrong course isn't considered important by their decision makers.

So while developers are making these mistakes I have a feeling a lot of times they don't get fixed because someone at the management level has an even worse understanding of what needs to be addressed.

Slashdot Top Deals

You know you've landed gear-up when it takes full power to taxi.

Working...
OSZAR »