HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fallenspec

no profile record

comments

fallenspec
·5 वर्ष पहले·discuss
I had listened to an interview with the original cleartype author on a podcast almost a decade ago now.

IIRC He said that when Apple got the cleartype patent (due to the Apple/Microsoft cross patent agreement that happened in the late 90s), they kinda messed up the implementation of cleartype and Windows actually implements it correctly and Mac OS X (now Mac OS) doesn't.

So I find this somewhat amusing.
fallenspec
·5 वर्ष पहले·discuss
Yes, obviously.. It really depends on how much time you have, what browsers they care about supporting etc.

There is a tooling out there to assist you and most of the compatibility issues are well documented now. 10 or so years ago when I started that really wasn't the case.
fallenspec
·5 वर्ष पहले·discuss
I didn't know what the broken window fallacy was. So I looked it up. It is rather dubious if what I said fits into this fallacy.

If I leave my refrigerator open all day, it is guaranteed it will produce nothing of value. In this case, it is more dubious. They are producing a good that people want to buy. You might think Bitcoin is worthless, but that is besides the point, other people think it is worth it. Since the benefit vs the energy usage is completely subjective it isn't as clear cut as you like to make out.

My point was that people spending time doing things that seem pointless at the time can sometimes benefit everyone in the future in unexpected way. You, nor I can know what the future holds.
fallenspec
·5 वर्ष पहले·discuss
The fact was that I wasn't right. They were doing decent work and their beliefs didn't affect their work.

A lot of non-believers (in the past I would have include myself in that list) seem to believe because they don't believe in a higher being that they are somehow more "rational". Nothing could be further from the truth. It took me a long time to realise that I wasn't being more rational than the faithful and I dogmatic about things that were simply quasi-religious. It took a lot of introspection and several times I had moments where my ideology hit reality hard and I spent several days dealing with cognitive dissonance and having to accept I was just wrong.
fallenspec
·5 वर्ष पहले·discuss
When I got out of university I was doing a web dev job that paid me less than a full time super market job in the UK.

However after a year of working there I quickly moved on and got a big pay rise in doing so.
fallenspec
·5 वर्ष पहले·discuss
The problem is with many with your attitude is that everything must be done perfectly now. This is the attitude of an abolitionist. It isn't perfect therefore it must be banned.

There is money to be made mining Bitcoin and people will mine it (illegally if need be). It is better that if this funds renewables (they claim to be paying for offsets according to the clip and investing in Solar) now even if it isn't perfect (The plant itself seems to be better than the Coal powered plants in China).
fallenspec
·5 वर्ष पहले·discuss
Have you thought though that if more money goes into Solar, Wind/etc (via BTC, Eth mining and similar) that more money goes into renewable energy and thus more money can be spent by those companies improving their existing offerings or researching new tech?

A lot of the time Early adopters end up essentially funding technology that would have investment otherwise.
fallenspec
·5 वर्ष पहले·discuss
There is a short by Adam Curtis called "Oh Dear". You may have seen it.

https://www.youtube.com/watch?v=wcy8uLjRHPM

The basic takeaway is that you make it impossible for the average person to keep up the thread of events and they become apathetic to it. I've also watched Adam Curtis's "Hypernormalisation". It is well worth a watch.
fallenspec
·5 वर्ष पहले·discuss
> The friction with typescript is the build environment (speaking as someone who also prefers it, and uses it all day).

You can literally do:

    tsc filename.ts
And you will have a javascript file that you can run in a browser. No configuration files needed, just need to install the typescript compiler. Sure if you need more complicated things. You will need a more complicated setup. But it is no worse (and in someways better) than most of the ecosystem.

> If someone else is handling that work for you (and in most companies this does essentially become a core responsibility for a few critical maintainers) then yes - Typescript feels great.

I don't know where you work. However I've done this myself by myself. It is well documented and it isn't that difficult. I think the hardest to setup from scratch is webpack, but Gulp is fairly straightforward.

I've have set stuff up completely from scratch and created my own framework with TypeScript (I was bored during lockdown) and it takes maybe a day to figure out with webpack.

Not something for a beginner. However you don't need a whole team to do this or specific people looking after it.

> If you have a small, single person project - there's enough real overhead there that I'm not sure typescript is the right initial choice.

The same could be said of any other language where you need any sort of build system and a compiler.
fallenspec
·5 वर्ष पहले·discuss
There were many notable people who were exposed as to exposing that we all should be lockdown while breaking the rules themselves. It is quite frustrating when I live in an area where almost everyone followed the rules.

Yes there is a quite an element to theatre to the whole thing, which makes sensible discussion about the issue impossible. Which I believe is somewhat by design.
fallenspec
·5 वर्ष पहले·discuss
> OP's statement leads straight to "they're out to get me," which is absolutely not helpful, and it's absolutely an indicator of a difficult hire.

Not at all. If you've been out of work for a year and seeing your savings (if you have any) dwindle and vent on what is an internet comment sections, doesn't indicate how you are in person at all.

> If I'm interviewing someone and the person is demonstrating a victim narrative, that is a huge red flag.

You are ignoring the present situation entirely. Governments have put everyone's life on hold for well over a year now (we are in month 17). Statements from authorities have been contradictory, non-sensical, they have lied in some cases and some have broken their own lockdown rules (e.g. in the UK Matt Hancock which was in charge of public health IIRC was exposed as having an affair during COVID, which BTW was illegal under the lockdown rules).

So many people can see it for what it is. One rule for them and one rule for the plebs.

> Similarly, the inability to see shades of gray (e.g. "using MySQL is always utterly stupid, you should never use it in favor of Postgres") which OP demonstrates with their COVID statements, makes a person virtually non-employable in my book

You are reading far too much into comments around COVID due to your personal bias (which btw is obvious here). Because you disagree on a particular issue doesn't not indicate someone's thinking in a different field of expertise. e.g. there are many great scientists that believe very deeply in Religion. Which as a non-believer I would think would be at odds with one another.

I have personally found it very difficult to find a job during COVID as well. I am almost 40 now and it worries me that I might experience the same in the future.
fallenspec
·5 वर्ष पहले·discuss
I was unemployed for 9 months in the UK. I was a contractor/consultant and had to take a full time position.

When Lockdowns started I was literally finishing a contract and was happy to have some time off. After month 7 of not having any work and eating into savings and constantly lockdowns meant I had to go full time.

Interview process was frustrating to say the least. Lots of pre-screen "tests" which some were two to 3 hours of asking computer science style questions that are irrelevant for web development.

It was a frustrating process that was exasperated by COVID.
fallenspec
·5 वर्ष पहले·discuss
It called progressive enhancement. You test whether you have a feature and then code around it if you don't.

e.g. When createObjectUrl was a new thing. I ended up doing something using AJAX and doing some processing server side for IE and Edge. Now I could have done all the processing server-side. However 80%+ of the users use Chrome. So instead of checking everything on the server, I could offload 80% of that to the browser.
fallenspec
·5 वर्ष पहले·discuss
The difference is that the tech companies between them control a huge amount of online communications. The bakers, florists and small web-developers don't.
fallenspec
·5 वर्ष पहले·discuss
> We do see (3) with Typescript and Coffeescript. These create some debugging friction. Also as JavaScript gets marginally better the appeal of these other languages can feel more niche, and many people just use the common denominator.

I have no idea with Coffeescript (I've read about it, but never used it). But my current job is basically spent all day writing TypeScript.

1) There is no debugging friction. I can debug TypeScript directly in my browser.

2) It isn't marginally better over JavaScript. It is leaps and bounds better than JavaScript.

TypeScript compiler will catch many, many, many common problems straight away (provided it is configured correctly). I have written a lot of JavaScript and I don't enjoy going back to having to write regular JavaScript.
fallenspec
·5 वर्ष पहले·discuss
I am not from the US but the core issue wasn't actually solved. There was also another case files against him around a similar issue.

https://en.wikipedia.org/wiki/Masterpiece_Cakeshop_v._Colora...

I find it hard to believe that this was a spontaneous event in light of previous events.

It worries me greatly that speech could be compelled. In the UK a very similar case was brought against bakers here and there was a decisive decision in favour of the baker.
fallenspec
·5 वर्ष पहले·discuss
Do you think this tax money will be spent on NASA? I would wager not.
fallenspec
·5 वर्ष पहले·discuss
Did some research on the case. Fairly in-depth review.

https://www.youtube.com/watch?v=BoRp3SI2UKM

I suspect he won't run into the thermal issues experienced here unless he is doing something graphically intensive.
fallenspec
·5 वर्ष पहले·discuss
> The stupid RGB LEDs can be disabled in the BIOS/firmware menu by setting “AURA” to “Stealth Mode”, and I unplugged the two 1” fans on the I/O board to keep everything silent. I also had to set the “CPU Fan Speed” in the “Monitor” section to “Ignore”, or else it would indicate a fan error at every boot since I had none plugged in.

I can't tell looking at the motherboard he linked whether it has a fan there and which 1 inch fan he is talking about.

However I have a ATX board that is very similar and the little fan is there to cool the northbridge and it *should* be running. Northbridge's on these chipsets get very hot from what I understand.