erdbeere ๐Ÿ“

57 Followers
98 Following
121 Posts

I'm a biotechnologist and web developer. I want to understand how the world works. I'm fascinated by complex systems.

#science #technology #opensource #software #development #python #javascript #typescript #angular #politics #geopolitics #finance #astronomy

#Apple Intelligence is for the stupid ones

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

#ai

Apple Intelligence is for the Stupid Ones

Apple Intelligence commercials make it clear that Appleโ€™s latest software is for idiots โ€” and using some of the new tools feels pretty stupid, too. CNETโ€™s Br...

YouTube
Signing in to PowerSchool Administrator

YouTube

Version 0.0.9 of ngx-editable-material-table adds keyboard navigation support.

https://www.npmjs.com/package/ngx-editable-material-table

#angular #material #typescript #javascript

ngx-editable-material-table

An editable table, built on top of Angular Material, natively for Angular.. Latest version: 0.0.9, last published: 24 minutes ago. Start using ngx-editable-material-table in your project by running `npm i ngx-editable-material-table`. There are no other projects in the npm registry using ngx-editable-material-table.

npm

Recently, I started building an editable #Material table, which is built natively with #Angular and Angular Material and doesn't feel like a third-party library (as most of these table libraries that exist today).

https://github.com/valentinstn/ngx-editable-material-table

#javascript #typescript

GitHub - valentinstn/ngx-editable-material-table: An editable table, build on top of Angular Material, natively for Angular

An editable table, build on top of Angular Material, natively for Angular - GitHub - valentinstn/ngx-editable-material-table: An editable table, build on top of Angular Material, natively for Angular

GitHub
Is it possible to post formatted #code blocks in #Mastodon?

Today, I had to enable the linter in an Angular CLI project. It took me a little bit to find the right answer, because most tutorials seem to consider all Angular workspaces to be single-project only.

This is the way:

`ng add @angular-eslint/schematics`

And then for each project/library/app:

`ng g @angular-eslint/schematics:add-eslint-to-project <project-name>`

And then run it like

`ng lint <project-name>`

#angular #cli #typescript #eslint #lint

Youtubeโ€™s Anti-adblock and uBlock Origin - And a Dinosaur

Recently, YouTube has been ramping up its anti-adblock effort, and Iโ€™ve been watching this closely. This blog post is where I write down what I know. Some Background Hereโ€™s how adblockers (used to)...

@rust now officially on #Mastodon #Rust

About JavaScript modules:

CJS vs. ESM (CommonJS vs. ECMAscript modules). What's the difference?

https://www.hoeser.dev/blog/2023-02-21-cjs-vs-esm/

#JavaScript #NodeJS #typescript #browser

CommonJS vs. ESM

CommonJS is an established way of building modules in JavaScript. ESM on the other hand is a newer standard way of writing modules. Both have their ups and downs and I want to discuss them here.

Well-tended software blooms.

Think of managing project backlog like gardening.

- give sun and water to new features
- kill the bugs
- regularly weed out the tech debt