HackerTrans
TopNewTrendsCommentsPastAskShowJobs

vcanales

no profile record

comments

vcanales
·5 ay önce·discuss
I use https://github.com/coollabsio/coolify on a VPS for this.
vcanales
·5 ay önce·discuss
> The pole at ts8 isn't when machines become superintelligent. It's when humans lose the ability to make coherent collective decisions about machines. The actual capabilities are almost beside the point. The social fabric frays at the seams of attention and institutional response time, not at the frontier of model performance.

Damn, good read.
vcanales
·6 ay önce·discuss
On top of that, the factory is getting converted to make robots...
vcanales
·6 ay önce·discuss
> You’re not allowed to feel things. Emotions make you weak. Just suck it up and power through. Bottle it up.

Yeah, none of that is "real stoicism", but just the hydroponic TikTok version of it, as you say.

This can happen to anything if TikTok is your main source of information; everything becomes life hacks, "tricks", and "did you know that <insert biased misinterpretation of well known thing>" types of knowledge bites. Philosophy is unfortunately not the only victim of short-length "edutainment".

I think that Stoicism might be particularly vulnerable to this because of its built in flexibility, which makes it easy for people to divulge their interpretations of it with little pushback. If you haven't read much of it, and without a clear rirgid "rule set" for what Stoicism is (other than its tenets in the cardinal virtues and dichotomy of control), you might believe me if I tell you that it is a Philosophy that encourages suicide and tells you that being sad because a family member passed is stupid.
vcanales
·6 ay önce·discuss
> I use it mostly as a reliable syncing solution for my photos

That is... storage.
vcanales
·9 ay önce·discuss
Which channels should we join? Feeling lonely
vcanales
·9 ay önce·discuss
I use these at night, sleeping with them on. I experienced this screeching intermittently for like a week, and then it went away almost completely. Now, it only happens if I lay down in a very specific way. It's probably related to the strength of the seal in my case, and maybe at higher altitudes and different pressures the seal is affected in a similar way.

The seal might have improved for me the more I used the same eartips
vcanales
·9 ay önce·discuss
I feel the opposite. I get to sit down and think about problems, expressing them in words as best I can, and then review the code, make sure that I understand it and it works as it should, all in a fraction of the time it used to take me. I like that I don't have to google APIs as much as I did before, and instead I can get a working thing much faster.

I can focus on actually solving problems rather than on writing clever and/or cute-looking code, which ironically also gives me more time later to over-optimize stuff at my leisure.
vcanales
·9 ay önce·discuss
Hugged to death, I think
vcanales
·5 yıl önce·discuss
I went through a similar process with the WSJ, except it was made worse by the fact that I had to call them to get it done. I'm not from the US; no such thing as a toll-free number for me.
vcanales
·7 yıl önce·discuss
Software Developer who mainly works in the frontend is too long. I do agree that calling yourself either backend or frontend is not great.
vcanales
·7 yıl önce·discuss
Well, choosing the right tool for the job is part of being any kind of developer. If you could solve the problem with no framework/lib/state manager, why go that way? The fact that those tools exist doesn't mean you _have_ to use them.
vcanales
·7 yıl önce·discuss
Neither are the 'problem' with frontend development, but the reason why it has become a harder thing to do; that, IMO, is not necessarily a problem or a bad thing.

FED is now about solving harder, 'more real' problems, and performance is one of those problems. Writing performant code for -potentially- old machines, mobile devices of various kinds and in the end different browsers, requires a different level of expertise. This is why I'm a bit triggered by the 'wandering pixels' and 'cant do css' comments, and I do apologize for getting a bit intense.
vcanales
·7 yıl önce·discuss
These "i hate debugging wandering pixels" and "i don't want to figure out why my css doesn't work" opinions sounds like they come from people who aren't really front end developers; like they come from the kind of dev who would sit and complain about the frontend devs on their company, thinking that they're a lower class of people.

I've been working on the server- and client-side of the web for about 10 years now, and I can't recall running into these "wandering pixel" issues they talk about in the past ~4 years.

Frontend development is not just about building a cute website for grandma anymore, and that's why it's complicated. We're passing more responsibilities to the browser, and we have to care about performance when doing work there, and that's why it's complicated. Writing performant software for an unknown machine is hard, and that's why it's complicated.