HN user

kowdermeister

3,861 karma
Posts47
Comments1,357
View on HN
www.sciencealert.com 7y ago

US Officials Are Actively Censoring Press Statements on Climate Change

kowdermeister
3pts0
twitter.com 7y ago

Webpack not working if its Monday

kowdermeister
11pts1
motherboard.vice.com 7y ago

YouTube Channel Streams AI-Generated Death Metal 24/7

kowdermeister
6pts1
news.ycombinator.com 7y ago

Ask HN: What's your Docker workflow?

kowdermeister
4pts1
medium.com 7y ago

Estonian President Kersti Kaljulaid Reveals the Future Direction of E-Residency

kowdermeister
2pts0
thecreativeindependent.com 7y ago

A study on the financial state of visual artists today

kowdermeister
1pts0
schollz.com 7y ago

How to post a site to IPFS easily

kowdermeister
3pts0
techxplore.com 7y ago

A new molecular programming language: CRN++

kowdermeister
2pts1
github.com 7y ago

Awesome parcel (A curated list of Parcel plugins, articles, etc.)

kowdermeister
4pts0
medium.freecodecamp.org 7y ago

The Complete Illustrated Flexbox Tuto

kowdermeister
1pts0
practicaltypography.com 8y ago

Butterick's practical typography

kowdermeister
1pts0
news.ycombinator.com 8y ago

Ask HN: Pushbullet dev seems to be stopped. What replacements are out there?

kowdermeister
2pts0
phys.org 8y ago

In first, 3-D printed objects connect to WiFi without electronics

kowdermeister
2pts0
www.nasa.gov 8y ago

NASA's Space Internet: Disruption Tolerant Networking

kowdermeister
2pts0
news.ycombinator.com 8y ago

Ask HN: What tool would you use to collaborate on API design across teams?

kowdermeister
3pts0
probot.github.io 8y ago

Probot is a framework for building GitHub Apps in Node.js

kowdermeister
2pts0
www.quantamagazine.org 8y ago

In Computers We Trust?

kowdermeister
1pts0
www.youtube.com 9y ago

Into the Unknown (JWST documentary)

kowdermeister
1pts0
www.news.iastate.edu 9y ago

Researchers image quasiparticles that could lead to faster circuits, bandwidths

kowdermeister
1pts0
techxplore.com 9y ago

Algorithm eliminates blurred images caused by shaky footage

kowdermeister
3pts2
www.youtube.com 9y ago

The Cyborg Beetles Designed to Save Human Lives

kowdermeister
1pts0
phys.org 9y ago

Researchers posit way to locally circumvent Second Law of Thermodynamics

kowdermeister
2pts0
www.forbes.com 9y ago

Is Spotify Buying SoundCloud?

kowdermeister
8pts0
github.com 9y ago

WebGL Lessons – Fragment Shaders

kowdermeister
3pts0
www.youtube.com 9y ago

Black Hole telescope generated data will require airplanes to transport them

kowdermeister
1pts0
webgl2fundamentals.org 9y ago

WebGL 2 fundamentals

kowdermeister
1pts0
www.popsci.com 9y ago

A Strong Signal from a Neighboring Solar System Has E.T. Seekers Speculating

kowdermeister
1pts0
www.geekwire.com 9y ago

Obama creating ‘startup visas’ to aid foreign entrepreneurs to start companies

kowdermeister
3pts0
i.imgur.com 10y ago

Hello Games Team Celebrating with No Man's Sky Burnt on a DVD

kowdermeister
3pts1
hk-devblog.com 10y ago

A new adventure game where you explore a dystopian city as a cat

kowdermeister
2pts0

macleginn's complaint was that we haven't even modelled simple behavior and I brought these narrow AI examples as a counter argument since they demonstrate that we can, even complex ones. Domain specific? Yeah, bummer.

Nowhere I have stated this is the clear path to AGI and you are right, we are missing key building blocks. But I feel like there's too much skepticism agains this field while the advancements are not appreciated enough.

I don't know either what will lead there, but I see more and more examples of different networks being combined to achieve more than they are capable of individually.

companies deploy them to avoid separation of responsibilities and turn every employee into easily replaceable "full-stack developer"

SPA-s are much-much harder to develop if more teams are working on it. So your first sentence makes little sense.

companies move everything to client-side in order to reduce Amazon bills

This is never the reason why it happens. Seriously? The cost are not saved, just moved around. SPA-s are developed because they could provide a much better UX. As a side benefit, server side development becomes simpler by providing some REST or GraphQL API. You don't want to be in a place where tens of thousands of lines are generated backend side by backend developers.

client-side scripts are poorly optimized and contribute to global warming by causing hundred thousands machines to spin up their CPU fans.

I appreciate your sense of humor :D

Or it was that kind of bug report where the reporter made a normal thing sound dangerous. I remember one case when someone suggested that JS should be turned off by default because "arbitrary code execution" :)

Edit: with chrome extensions, I can inject a script tag from any domain to any page. I used that to inject a lib from CDN JS, but recognized it's silly and imported the package instead.

Like plotting an equation to canvas? Editing video? Handling drag and drop events?

I've seen that blog post where a guy demonstrated that many UI elements can be done with CSS, I like that. I try to do that myself as much as I can, but let's not pretend that CSS is a programming language and it can replace ANY JavaScript.

What if there's no content to download? The client could have the same algorithm that the server could render.

For example create a melody with seed: 4564342

The client can render it and if you access it from the server the server does the rendering with the same seed.

Caches also exists, now with PWA-s offline modes would benefit from the History API.

Why do we - developers fall into this trap?

Regardless of is this a trap or not, it's obvious to me that developers want simplicity and consistency. WA provides both so don't wonder why it's taking off.

So instead of Linux/Windows/OSX we will have Firefox/Safari/Chrome/Whatever all with their own implementation gotchas

I let the compilers worry about this :)

9 to 5 engineers don't need to deal with accounting. Really, who the hell cares about double entry bookkeeping? It's frustrating stuff that gets into the way of engineering.

And worst of all, your feathers will get plucked by people who do, and you may never even realize it.

As someone who has little clue about accounting, what does this even mean? You mean I can be easily ticked by a shady partner?

By the way you are right, my side projects are stuck at the part when I have to ask for money :)

You are shooting at one sector of tech (researchers) and expecting innovation from another market focused segment (startups to bio tech firms), not really fair :)

Probably the huge amount of bureaucracy and regulation keeps medical focused IT in its shit pool of separate islands.

Maybe you should campaign for state regulation mandating to create a HMTL / W3 like standard for data sharing that's mandatory to use.

Am I missing something? The article is about AMP. It's fine to dislike it, but your blog content is not displayed via AMP if you do not enable so blocking the Googlebot is totally unreasonable to me.

promises start running upon creation...

...until you submit it to an executor

That's not much different. Don't call the function then which returns that promise :)

Or you can write:

    sendRequest(thingThatReturnsPromise);

Will we only wake up once we no longer have the choice to opt out?

yes :/

Many commenters say that your data / picture is in the system already, which is fine, but your passport photo can be 10 - 15 years old and these systems record how you look now. That's the question if you are comfortable providing it.

What you can't do anything about is CCTV and I think it's a safe bet that they are already equipped with facial recognition and other ML tracking technologies. It's just a question of which database you can avoid being registered in.