Live data from Hacker News

The good things in the current age in tech

blog.kronis.dev

11–20 of 120 posts

Re: The good things in the current age in tech

#11
Putting Jitsi aside for the moment, Zoom and other video call systems saved lives during the pandemic. It enabled fewer in person gatherings, staved off depression/suicide by maintaining social connections, and enabled remote work.

Less momentously but significant to me, my kids have learned an insane breadth of technologies by watching science and maker Youtube channels, presented in a very accessible way to kids. At 7yo, I didn't know what a lathe or welder was, let alone excitedly insist that my parents get one.

3D printing wasn't mentioned but hot damn, it's satisfying to fix the unfixable by printing a new part. It wasn't too long ago that "broken plastic doohickey" meant throwing the whole thing in the trash.

And another one for kids: cheap and individual computing devices. No more time sharing of a modem on the single computer in the house! In fact, touch interfaces and responsive graphics has kids learning skills before they can even read. Watching elementary kids work on and submit homework on a Chromebook is kind of interesting, compared to my education.

Re: The good things in the current age in tech

#13
My unfiltered additions:

* SpaceX. I have lots of reservations about the company but the fact that they are consistently doing things previously thought impossible is very important for humanity in general.

* The new Dune movie was downright amazing. The CGI was believable and an important part of the story.

* AI-generated art. Fascinating.

* Wikipedia. Wow.

* I can invest in lots of different assets relatively easily.

* Playwright and Puppeteer. I have automated a lot of workflows thanks to those projects. Pressing a button and watching those workflows run is an empowering experience.

* Raspberry Pi and Arduino. A month back I built little hack projects for the pure joy of exploring. Very rejuvenating experience.

* Electric cars. I'm particularly excited about the F-150 Lightning. They really leaned into the whole electric thing and tried to find some compelling use cases e.g. the generator and the massive front storage (Disclosure: I have some Ford stock, less than 1% of my overall portfolio). The prospect of cities with much less air pollution is wonderful.

* Wind + solar + nuclear energy. And a nod to geothermal and hydroelectric. Our civilization will make the transition. It will be messy and could have been much less painful but we will do it.

Re: The good things in the current age in tech

#14
post #11

Putting Jitsi aside for the moment, Zoom and other video call systems saved lives during the pandemic. It enabled fewer in person gatherings, staved off depression/suicide by maintaining social connections, and enabled remote work. Less momentously but significant to me, my kids have learned an insane breadth of technologies by watching science and maker Youtube channels, presented in a very accessible way to kids. A…

Hello, author of the linked blog post here.

I actually did another blog post about self-hosted chat platforms (Rocket.Chat in particular) just yesterday: https://blog.kronis.dev/tutorials/lets-run-our-own-chat-plat...

(admittedly, the level of detail and quality of it could be higher, still working on that)

Either way, if nothing else, i wanted to drop by and express my agreement with your point about technologies to chat with others, both in video form and otherwise. Personally, i think that both the self-hosted options and the ones available in the cloud (such as Discord) can have a large positive impact on us, especially during the current times.

For example, they allow me to embrace a more asynchronous way of work - at my current company, we've essentially replaced the daily stand ups with the Standup & Prosper app (https://standup.teaminator.io/) and have discussions more freely in the chat channels otherwise, while still having weekly video meetings, which works for us.

At the same time, everything from Discord to even WhatsApp lets me keep in touch with my friends and acquaintances, even though we live pretty far away - actually, i've moved to the countryside almost a year ago and somehow it still hasn't felt lonely to me thanks to these technologies (while also having lots of other things to do).

I'm not sure precisely why that is, but those platforms somehow feel more enjoyable to me than something like Facebook or Instagram, they allow for a bit smaller and more personal/private conversations, that leave me feeling more socially satisfied than just "shouting into the void".

Of course, YouTube is also immensely useful and i can't believe that i forgot to mention 3D printing, even though my printer loves to cause me trouble every now and then: https://blog.kronis.dev/tutorials/how-to-make-your-3d-prints...

Re: The good things in the current age in tech

#15
post #6

And just to emphasize: almost everything is either free or inexpensive, both software and a lot of wonderful hardware.

On the other hand, almost everything comes with hidden costs and risks as well. Pretty much every new technology or cool gadget comes to the public as a double-edged sword especially when it's "free" or inexpensive. In the open source/developer space things are often far better, but the general public is just screwed. Right now our lives are filled with very cool tech, but nearly always at a hidden price no matter wh…

You bring up a great point: how do we deliver high-quality software to the general public that is stable, easy-to-use, and secure, yet respects user privacy? Ad-tech and other forms of surveillance technologies have become quite prevalent in consumer technology in recent years, such as the proliferation of smart TVs with ads. I find free, open source software to respect my privacy and generally be stable and secure, but I find it harder to use than proprietary alternatives, and I think the reason it's harder to use is because there's no money being poured into making it easier to use. With the exception of Firefox it's hard for me to think of a commercially-backed desktop FOSS project, while when it comes to system software (e.g., operating systems, compilers, databases, Web servers, Web frameworks, etc.), I can list plenty of examples of commercially-backed projects. I don't think it's a coincidence that FOSS has done so well in the server room (where big companies have backed the development of Linux, MySQL, Node.js, LLVM/Clang, and many other projects) and in computer science academia (funded by grants from industry and government, as well as the free time of students and faculty; heck, RMS himself had an office at MIT and won awards with large monetary prizes), yet it has struggled to gain a significant foothold on desktops used by the general public except for LibreOffice and Firefox, the latter of which was quite popular during the interregnum of Internet Explorer 6 and Google Chrome.

There are two possible avenues to improve the situation on the desktop:

1. One challenge is the sheer complexity of modern desktop software. Take a program such as GIMP, LibreOffice, Firefox, and consider how many lines of code these programs are written in. Even for a senior-level software engineer it will take some on-boarding time to become familiar with the codebase of one of these projects. Modifying the program could become quite an effort. If even experienced software engineers struggle to find the time to contribute code to FOSS projects, then making such a contribution would be almost impossible for members of the general public, the vast majority of whom have no coding experience.

I'm wondering how much of this complexity could be pared down such that it would lead to a FOSS software ecosystem where it's easier for users, technical and non-technical, to make contributions. The easier it is to make contributions, the greater the likelihood we'll have a thriving ecosystem of FOSS for desktop computing. Alan Kay's Viewpoints Research Institute's STEPS project (http://www.vpri.org/pdf/tr2012001_steps.pdf) appears to be an interesting starting point.

2. Another challenge is thinking of new funding mechanisms for FOSS that don't rely on unpredictable donations, the backing of large corporations, or licensing changes (such as the moves that MongoDB made a few years ago in an attempt to stop cloud service providers like Amazon). For example, there should be other business models Mozilla could use in case Google shuts off its funding, but the challenge is I'm struggling of thinking of them.

Re: The good things in the current age in tech

#16
post #6

And just to emphasize: almost everything is either free or inexpensive, both software and a lot of wonderful hardware.

On the other hand, almost everything comes with hidden costs and risks as well. Pretty much every new technology or cool gadget comes to the public as a double-edged sword especially when it's "free" or inexpensive. In the open source/developer space things are often far better, but the general public is just screwed. Right now our lives are filled with very cool tech, but nearly always at a hidden price no matter wh…

As a boomer, I’m amazed that a laptop can be had for less than a BBQ.

Re: The good things in the current age in tech

#19
post #15
post #6

Earlier quoted context omitted.

On the other hand, almost everything comes with hidden costs and risks as well. Pretty much every new technology or cool gadget comes to the public as a double-edged sword especially when it's "free" or inexpensive. In the open source/developer space things are often far better, but the general public is just screwed. Right now our lives are filled with very cool tech, but nearly always at a hidden price no matter wh…

You bring up a great point: how do we deliver high-quality software to the general public that is stable, easy-to-use, and secure, yet respects user privacy? Ad-tech and other forms of surveillance technologies have become quite prevalent in consumer technology in recent years, such as the proliferation of smart TVs with ads. I find free, open source software to respect my privacy and generally be stable and secure,…

> You bring up a great point: how do we deliver high-quality software to the general public that is stable, easy-to-use, and secure, yet respects user privacy?

You have an honest business model where people pay for things.

"Free" is the cornerstone of surveillance capitalism.

Re: The good things in the current age in tech

#20

We have reasonably powerful single board general purpose computers. Open source desktop operating systems have surpassed windows and Mac in terms of quality. It's true. AMD is stronger than ever. Mice and keyboards have improved massively. TVs finally allow higher than 60 Hz input. Took them 20 years. Electric vehicles are about to become the norm. Not just cars. I could go on for a while but frankly I am way more ex…

> keyboards have improved massively

Features such as RGB lighting/doubleshot keycaps, Bluetooth, and USB are nice, but for me the massive improvements have been retro features from the 1980s (or earlier), such as electromechanical switches, tactile feedback, keybed curve/sculpting, and well-made, swappable keycaps (including ones made from PBT as well as ABS plastic.)

And excepting Apple laptops (I still have the "butterfly" keyboard as well as the trackpad with poor palm rejection.)

Post reply on HN