Log inSign up
Andrea Giammarchi πŸ₯
44.5K posts
Andrea Giammarchi πŸ₯ profile banner
@WebReflection

Andrea Giammarchi πŸ₯

@WebReflection
Web, Mobile, IoT: all JS things since 00's - opinions are my own β„’ Principal SW Engineer @anacondainc working on OSS stack πŸ¦„
Milan, Italy
medium.com/@WebReflection
Joined May 2009
1,276
Following
10.1K
Followers
RepliesRepliesRepostsRepostsMediaMedia

Log in or sign up for X

See what’s happening and join the conversation

Continue with phone
or
Log in with username or email
TermsΒ·PrivacyΒ·CookiesΒ·AccessibilityΒ·Ads InfoΒ·Β© 2026 X Corp.
  • Pinned
    @WebReflection
    Andrea Giammarchi πŸ₯
    @WebReflection
    Jul 11, 2023
    coincident/server on IoT via Raspberry Pi Zero 2 W? Sure! github.com/WebReflection/…
    Image
    00:00
    5
  • @WebReflection
    Andrea Giammarchi πŸ₯
    @WebReflection
    7h
    today I've mentioned my current role is basically to review what's (mostly) AI written code, and no matter how "shocking" this new way of working is, it's enabling a lot of devs to quickly onboard, contribute or maybe finish sooner that side-project that took ages to even start!
    @dhh
    DHH
    37signals
    @dhh
    13h
    I love this compilation so much. Because both sides hold true! If you let AI write all your bash, you won't learn bash, if you didn't already know it. And if you haven't updated your priors about AI since mid 2025, you're ngmi. Let new facts lead to new opinions!
    1
  • @WebReflection
    Andrea Giammarchi πŸ₯
    @WebReflection
    Sep 6
    apparently cables to connect "sparks" are something rare enough they ship from UK to the whole EU zone and they require specific details to pass clearance ... *a cable* ... I don't even πŸ€·β€β™‚οΈ
  • @WebReflection
    Andrea Giammarchi πŸ₯
    @WebReflection
    Sep 5
    I keep wondering if an "English only" model (drop cross languages support/intermediate computation) focused on "full stack development" only could shrink in much lighter files and maybe faster outcome: is there anything "distilled" like that out there with frontier-like results?
    3
  • @WebReflection
    Andrea Giammarchi πŸ₯
    @WebReflection
    Sep 3
    in today "yet another JS shenanigan" I came to the conclusion that pre-allocated arrays are evil and should be removed from code-bases. Array(1).every(Boolean) // true [undefined].every(Boolean) // false workaround: you spread the array to be holed [...Array(1)].every(Boolean)
    3
Advertisement
Advertisement