Tech Watch & Dev

Veille technologique pour développeurs : frameworks, bonnes pratiques et architecture.

▲ 49 r/webdev

Where did AI companies get legal permission to train on copyrighted data?

This is a question I have thought about a lot lately. If it wasn’t for the repositories hosted in Github and other platforms, none of the models would exist now. Specifically, I don’t remember agreeing on anything that said something about training AI models with my data when I started hosting code on Github, more than a decade ago. Yet it’s a wide known fact that the data hosted there has been used for training for a long time.

These models are used commercially and may produce substantial fragments of copyrighted code because internally, they still contain copyrighted data.

Even if the training is done on only MIT licensed code, then upon use, the original author’s name must still be reproducible.

Can someone explain this to me?

reddit.com
u/OkShip110 — 4 hours ago
▲ 82 r/webdev

Freelancers: much are you making a year?

Ive been freelancing since 2018 as a fullstack dev. I used to make $80 - $120k USD/year, but this year I'm barely going to reach $15K usd.

Is the market that bad or is it just me?

reddit.com
u/main_account_4_sure — 7 hours ago
▲ 276 r/DigitalEscapeTools+6 crossposts

I’ve been working on Tabularis, an open-source desktop database client for Postgres, MySQL and SQLite.

It’s meant to be two things at once: a comfortable everyday SQL app (editor, notebooks, charts, visual tools) and a safe bridge for AI agents that want to read your schema or run queries, without you having to paste credentials into a chat.

Free, open source, runs locally. Would love your thoughts.

https://github.com/TabularisDB/tabularis

https://tabularis.dev

u/debba_ — 8 hours ago
▲ 10 r/devops

How do you deal with multitasking throught the day?

I start the day with vscode, firefox and iterm opened

I finish the day with 5 vscode windows, 10 terminals and infinite tabs - and somehow my task backlog has growed...

How do you guys deal with this?

reddit.com
u/GBT55 — 4 hours ago
▲ 40 r/fractals+1 crossposts

For all of you who are writing your own fractal renderers: A simple DoubleDouble type has 2x the precision of a plain double at a reasonable cost

marekfiser.com
u/NightElfik — 5 hours ago
▲ 31 r/webdev

WFH Vs Office Vs Hybrid

Curious to hear people’s opinions on this one but since Covid a number of roles have adopted a WFH/Hybrid work policy. Some already had them but I personally have found I am much more productive working from home. When looking for new roles I see quite a range of office, wfh and hybrid work and honestly since Covid I have had absolutely no interest to return to a full office setting. Any other devs find this? Because I don’t fully work in a dev only place, it’s mixed with sales people and what not so there are constant phones ringing, interruptions, pointless office chatter.

reddit.com
u/RobHowdle — 10 hours ago
▲ 0 r/devops

Can there be only 1 SRE Engineer in a company?

Is there a possibility of being the only sre engineer in a company? Before choosing it I want to clarify it because if there could be then hes life could be problematic because he has to stay on call everyday. Also if it is not there then will be on call rotation right? Because I don't want to stay on call everytime that could be problematic. How many SREs are there in your team?

reddit.com
u/AcanthaceaeUnlucky18 — 8 hours ago

I know how to build simple CRUD APP in c#. Would "Introduct of the theory of computation" help people like me to become better coder?

As the title says

u/Wasabi-spicy00 — 8 hours ago
▲ 2 r/DomainZone+1 crossposts

Looking for Recommended Registrars to Move .io (plus more?) Domain to (UK)

I have a .io domain with GoDaddy, I've read all the bad posts but they've been fine for me for the past 20+ years, the usual renewal prices are cheap enough and I only use them for domains, I host elsewhere.

Anyway, I have a .io domain, which I know is pricey anyway, but they want £66 a year for the renewal, compared to my usual TLD renewals at around £10, so I'm looking for valid suggestions of companies to move it to (and maybe my others). I use this domain for private email routing more than anything else and have the privacy package, if it were a business thing then sure £66 isn't that bad.

I've found many lists online, but you know the score, there's a million names I've never heard of so don't want to go blindly into someone else.

I'm in the UK, US registrars are fine although there's usually a currency conversion rate on top that would be nice to avoid.

All suggestions welcome, TIA

reddit.com
u/DigiNoon — 5 hours ago
▲ 4 r/webdev

WordPress SQL Server/Database access through WordPress.com hosting?

​

Has anyone hosted with WordPress and used WordPress' internal mySQL server for their website? Database access is available in the business tier of WordPress (host) but I wondered if the user access (username/password) for the database changes if I go back to a lower tier later. This isn't a high traffic website so I can't justify paying for the business tier every month. If not, I can look into other options. Again, the hosting provider is WordPress.com

reddit.com
u/DownFromHere — 8 hours ago
▲ 100 r/leetcode+1 crossposts

Does software / coding still makes you happy?

I’ve had interviews with Google and Amazon (two companies I used to dream of working for). They still use the traditional process of LeetCode, algorithms, and so on, without any AI assistance. Back in the golden age (before AI), I used to practice and solve a lot of questions. It was fun because you knew you needed that knowledge to build things successfully in your own projects. Nowadays, all the code in companies is generated by Claude Code, and software engineers just review the output to make sure it's correct, and that's it. 

To be honest, during those interviews, I didn’t care about practicing. I didn’t want to waste my time when I knew I wasn't going to solve a LeetCode Hard anyway, since I'm not that good at those types of questions. I guess I didn't care about getting into Google or Amazon anymore because I knew how high their bar is, and I just didn't have the energy to grind algorithms while having a stable job. 

I don't know, this AI era has made me want to do something else. The job has become boring; I just use prompts now, because there’s no reason to do something by hand when AI does it better and faster than you. I feel like I've lost that passion for coding. Has anyone else gone through this? What roles can you transition into that aren’t about coding and are more fun? 

reddit.com
u/Legal-Bat6543 — 13 hours ago
▲ 0 r/webdev

any way to pinpoint what makes this website so slow?

I have just updated my website visualthings.net and I realize with horror how slow it is. This is not my first website but I am a bit puzzled about how long it takes to simply load. The images are as optimized as possible, there aren't any .js that I don't need. Could it be the style.css that contains too many unneeded elements? (I have worked from a template and left some parts as I wasn't sure yet if I would need them or not). Can a single CSS be what slows the whole process?

I have tried to find a tool that can analyze a website and come back with a specific culprit but haven't found any. If anybody can point me in the right direction that would be really helpful.

reddit.com
u/visualthings — 10 hours ago
▲ 36 r/angular+3 crossposts

How Big Tech Builds Micro Frontends

- Module Federation provides better performance, but no strong runtime isolation.
- iframes provide strong isolation, making independent deployment more reliable.
- This matters especially for large, legacy codebases where enforcing boundaries in code is difficult.
- A typed communication SDK, routing, and smart chunk splitting can reduce the performance cost.
- For large legacy applications, iframes can be a better tradeoff than MF

stefanhaas.dev
u/haasilein — 10 hours ago