home.social

Search

79 results for “castarco”

  1. @castarco I'll be super excited for if/when they build plugin/custom language support so we can get similar advantages for #AstroDotBuild for example!

  2. Some of my latest work on the #SoulCraftedSlicer for #Resin3dPrinting : displaying warning visual cues when the object lays partially or totally outside of the printing volume.

    codeberg.org/SoulCrafted/Slicer

    #3dprinting #floss #openSource

  3. Some of my latest work on the #SoulCraftedSlicer for #Resin3dPrinting : displaying warning visual cues when the object lays partially or totally outside of the printing volume.

    codeberg.org/SoulCrafted/Slicer

    #3dprinting #floss #openSource

  4. So... not many people will be surprised, #Google has done it again, it has crossed a big red line this time.

    They already made it so that using their "share" feature from Chrome browser in Android would introduce their own tracking link, betraying unsuspecting users. That in itself was infuriating, but at least we had an escape hatch, we could copy the web page URL and share that directly.... until now.

    It is no longer possible to copy URLs from the browser's URL bar (in Android systems). They have reached an entire new level of perversity and anti-user behaviour.

    At this rate, they will manage to kill the #www for good at some point, something else will have to emerge.

  5. So... not many people will be surprised, #Google has done it again, it has crossed a big red line this time.

    They already made it so that using their "share" feature from Chrome browser in Android would introduce their own tracking link, betraying unsuspecting users. That in itself was infuriating, but at least we had an escape hatch, we could copy the web page URL and share that directly.... until now.

    It is no longer possible to copy URLs from the browser's URL bar (in Android systems). They have reached an entire new level of perversity and anti-user behaviour.

    At this rate, they will manage to kill the #www for good at some point, something else will have to emerge.

  6. So... not many people will be surprised, has done it again, it has crossed a big red line this time.

    They already made it so that using their "share" feature from Chrome browser in Android would introduce their own tracking link, betraying unsuspecting users. That in itself was infuriating, but at least we had an escape hatch, we could copy the web page URL and share that directly.... until now.

    It is no longer possible to copy URLs from the browser's URL bar (in Android systems). They have reached an entire new level of perversity and anti-user behaviour.

    At this rate, they will manage to kill the for good at some point, something else will have to emerge.

  7. So... not many people will be surprised, #Google has done it again, it has crossed a big red line this time.

    They already made it so that using their "share" feature from Chrome browser in Android would introduce their own tracking link, betraying unsuspecting users. That in itself was infuriating, but at least we had an escape hatch, we could copy the web page URL and share that directly.... until now.

    It is no longer possible to copy URLs from the browser's URL bar (in Android systems). They have reached an entire new level of perversity and anti-user behaviour.

    At this rate, they will manage to kill the #www for good at some point, something else will have to emerge.

  8. So... not many people will be surprised, #Google has done it again, it has crossed a big red line this time.

    They already made it so that using their "share" feature from Chrome browser in Android would introduce their own tracking link, betraying unsuspecting users. That in itself was infuriating, but at least we had an escape hatch, we could copy the web page URL and share that directly.... until now.

    It is no longer possible to copy URLs from the browser's URL bar (in Android systems). They have reached an entire new level of perversity and anti-user behaviour.

    At this rate, they will manage to kill the #www for good at some point, something else will have to emerge.

  9. Slowly, but without pause, our #FLOSS slicer for resin #3dPrinting is starting to take shape :) .

    codeberg.org/SoulCrafted/Slicer

    However, we are not alone, there are other people trying to bring new open source solutions to this space.

    In a few days the #OpenResinAlliance ( openresin.org/ ) will release a first early access version to their backers on April 1st (no joke), and an open beta on on May 1st.

    They started long before we typed our first line of code. So far, from what I saw, they are bringing something awesome to the table.

    I hope we'll find ways to collaborate.

    #Resin3dPrinting #OpenSource #FreeSoftware

  10. Slowly, but without pause, our #FLOSS slicer for resin #3dPrinting is starting to take shape :) .

    codeberg.org/SoulCrafted/Slicer

    However, we are not alone, there are other people trying to bring new open source solutions to this space.

    In a few days the #OpenResinAlliance ( openresin.org/ ) will release a first early access version to their backers on April 1st (no joke), and an open beta on on May 1st.

    They started long before we typed our first line of code. So far, from what I saw, they are bringing something awesome to the table.

    I hope we'll find ways to collaborate.

    #Resin3dPrinting #OpenSource #FreeSoftware

  11. It's not like I'm entirely surprised by this openai.com/index/openai-to-acq

    But I find it quite sad. These mega-corporations are trying to own all our stack... we should find ways to build community alternatives to avoid falling into their trap...

    But first we should learn our lessons about what constitutes good software. PIP has never been good, that's why `uv`, `ruff` and `ty` are an interesting purchase for #OpenAI. That's the kind of software that we should be building as a community.

    #Astral #Python #Capitalism #floss

  12. I'm reading Kurt Vonnegut's "Galapagos".

    This is a novel from **1985**... and, while it's not "great", I'd still recommend it for anyone living this current time, plus, it's kinda funny.

    It manages to:
    - describe AI techno-bros as what they are: self-centred assholes.
    - (shallowly) describe incels before those were a concept in our collective imagination.
    - (very subtly) establish a clear connection between all those self-proclaimed "apolitical" people and... nazis.

    #books #KurtVonnegut #literature #scifi #humour

  13. I'm reading Kurt Vonnegut's "Galapagos".

    This is a novel from **1985**... and, while it's not "great", I'd still recommend it for anyone living this current time, plus, it's kinda funny.

    It manages to:
    - describe AI techno-bros as what they are: self-centred assholes.
    - (shallowly) describe incels before those were a concept in our collective imagination.
    - (very subtly) establish a clear connection between all those self-proclaimed "apolitical" people and... nazis.

    #books #KurtVonnegut #literature #scifi #humour

  14. As far as I can see, #WebComponents and #WebWorkers are not enough.

    The 1st allows us to execute JS in an isolated environment, but it has no access to the DOM (not even a "scoped" or shadow DOM).

    The 2nd gives us a shadow DOM, but it does not prevent code to touch the rest of the DOM.

  15. I've been playing a bit with #React to create an interactive simulation of the #LZ77 #compression algorithm for my next bog post :) .

    I know that it's not very visually appealing, but frontend is not my trade 😅.

  16. I've been playing a bit with #React to create an interactive simulation of the #LZ77 #compression algorithm for my next bog post :) .

    I know that it's not very visually appealing, but frontend is not my trade 😅.

  17. I've been playing a bit with to create an interactive simulation of the algorithm for my next bog post :) .

    I know that it's not very visually appealing, but frontend is not my trade 😅.

  18. I've been playing a bit with #React to create an interactive simulation of the #LZ77 #compression algorithm for my next bog post :) .

    I know that it's not very visually appealing, but frontend is not my trade 😅.

  19. I've been playing a bit with #React to create an interactive simulation of the #LZ77 #compression algorithm for my next bog post :) .

    I know that it's not very visually appealing, but frontend is not my trade 😅.

  20. A new post on how to create a React components library, although focusing on the aspects of publishing dual libraries (CJS+ESM) with types: blog.coderspirit.xyz/blog/2023

    #JavaScript #TypeScript #ESM #CommonJS

  21. I have a relatively new #ASUS ProArt13 laptop where I still have a #Microsoft #Windows installation so I can keep upgrading its firmware (I planned removing it once I have a stable #Linux distro with kernel >= 6.14).

    I'm surprised by how unstable it is. Just leaving it doing nothing for more than 10 minutes is enough to trigger a #BlueScreenOfDeath (I can reproduce the issue). If I keep doing stuff, it does not crash.

    At this point I'm not sure if it's Microsoft's fault or ASUS'... but I suspect the blame falls on Windows side (nothing like that happens on my Linux installation).

    #Windows11

  22. Looking for advice on how to refactor legacy #JavaScript #frontend code (My expertise is on backend).

    I know how to write relatively clean JS / #TypeScript for frontend in modern setups with modern tooling, but I'm not sure how to proceed with thousands-of-lines long files that are directly included as they are, so I can transition to having smaller & cleaner files and using static analysis tools that give me some peace of mind.

    My only achievement so far with my current project is that I run #BiomeJS on some selected files.

    I'm relying on #JSDoc for now, but "for my eyes only", I'm not using this typing information to validate anything.

    #refactoring #legacycode

  23. If you are into #3dPrinting and use resin printers (as opposed to the more well known FDM ones, using filament), you might be interested in this campaign trying to develop a #slicer application for resin printers:

    myminifactory.com/frontier/sou

    I don't know this field in depth, but I've been told by some practitioners that the dominant providers of slicer software for resin printers are taking advantage of their privileged position and feeding user's 3d designs into training AI models... so a strong open source alternative might be needed.

    #resin3dPrinting

  24. If you are into #3dPrinting and use resin printers (as opposed to the more well known FDM ones, using filament), you might be interested in this campaign trying to develop a #slicer application for resin printers:

    myminifactory.com/frontier/sou

    I don't know this field in depth, but I've been told by some practitioners that the dominant providers of slicer software for resin printers are taking advantage of their privileged position and feeding user's 3d designs into training AI models... so a strong open source alternative might be needed.

    #resin3dPrinting

  25. I'm not sure if this is going to make a difference ( rslstandard.org/ )...

    It's not like current #LLMs weren't able to read #licenses or terms & conditions before when these were not formalized in a "machine-readable" way (plus, besides licenses we already had the robots.txt declarative files; even if those were not as expressive as this new proposal).

    So, is this extra work for web developers and maintainers? Are we going to operate under the new assumption that if we didn't do the work of implementing this then we are granting permission to scrapper bots to steal all our online creations?

    Or can this be a net gain for creators in some specific way?

  26. For a while I've noticed that many people use #dotenv in a suboptimal way, so this morning I took the time to write a short article about better usage patterns (pretty basic stuff, so if you are an expert it's likely that you will find it boring):

    blog.coderspirit.xyz/blog/2023

    #javascript #webdev #backend #nodejs

  27. I'm looking for "alpha testers" for an alternative forge ( based on #Forgejo )

    forge.cloudsling.dev/

    Public registration is closed (for now), but we can create accounts if anyone wants one, or open registrations temporarily.

    It will remain free for #floss projects, likely paid for private projects (although we are providing the service for free for a while, until we do an official launch).

    Once/If we start having paid customers, we'll donate part of that income to the upstream Forgejo project.

    This forge is 100% hosted in #Europe, and operated & maintained by a very small workers-owned #coop .

    P.S.: Yep, we know about the great Codeberg :) .

    #BetaTesting #Git