lazytype

120 posts

lazytype banner
lazytype

lazytype

@lazytype

Katılım Mayıs 2012
43 Takip Edilen13 Takipçiler
lazytype
lazytype@lazytype·
@GergelyOrosz I read the OP and almost got mad because I thought you might've been referring to a friend's similarly themed product, which launched today. @alpine4work has been dogfooded from day 1.
English
0
0
0
25
Gergely Orosz
Gergely Orosz@GergelyOrosz·
This is their website and what they are building The questions isn’t why they are replacing Linear: it’s why did they use it at all, if their goal is to replace it?
Gergely Orosz tweet media
English
4
0
19
5.6K
Gergely Orosz
Gergely Orosz@GergelyOrosz·
A startup building a SaaS they hope can replace Linear (project management), Notion (docs) and Attio/HubSpot (CRM) announces they are not using these tools anymore Marketing at its finest - and yet people take it seriously… It’s as if Zoom said they are no longer using Teams
brett goldstein@thatguybg

bye linear

English
13
4
107
23.6K
lazytype
lazytype@lazytype·
@AndaristRake @kettanaito @BookSpotlight I recently finished The Broken Earth trilogy by N.K. Jemisin and it was fantastic. Truly worthy of all the accolades. I could also say the same about the Remembrance of Earth's Past trilogy (Three Body Problem).
English
0
0
1
24
Indie Book Spotlight
Indie Book Spotlight@BookSpotlight·
What books are you starting off 2026 with? Here are my current reads!
Indie Book Spotlight tweet mediaIndie Book Spotlight tweet media
English
4
0
3
1.1K
Mateusz Burzyński
Mateusz Burzyński@AndaristRake·
@kettanaito @BookSpotlight I remember enjoying this quite a lot back in the day, I need to re-read it someday. I'm just wrapping up The Way of Shadows by Brent Weeks this weekend... I definitely had higher expectations 😢 gonna push through the whole trilogy anyway though
English
2
0
1
216
Meta Open Source
Meta Open Source@MetaOpenSource·
Announcing Pyrefly is now in Beta 🎉 Pyrefly is a super fast, open source language server and typechecker for Python. We’ve been working closely with our open source community to improve performance, add new features and address bugs. Learn more: youtu.be/4o0RLJJ-FAo
YouTube video
YouTube
English
13
77
586
98.3K
lazytype
lazytype@lazytype·
@robpalmer2 @jitl I can't speak to the frequency, but At Airtable, we wrote a custom lint rule that would automatically fix these to use an internal `pushIterableToArray` utility function with the same behavior as `Array.prototype.pushAll`.
English
0
0
0
56
Rob Palmer
Rob Palmer@robpalmer2·
@jitl Could you say more about the times when you have seen this problem occur? e.g. frequency, reasonableness of the use-case, what did the original coder think at the time, what was the response, etc
English
3
0
7
807
Jake 🎉
Jake 🎉@jitl·
thank god im tired of having to fix people's stack overflow `array.push(...hugeAmountOfStuff)`
Rob Palmer@robpalmer2

ECMAScript excitement 😉 Congrats to @drosenwasser on advancing the Array.prototype.pushAll proposal to Stage 1 today at TC39 🎉 It lets you append items into an array without running out of stack memory 👍 ❌ Risky: arr.push(...bigArray) ✅ Safe: arr.pushAll(bigArray)

English
2
0
18
2K
Adam Rankin
Adam Rankin@rankintweets·
Rich guy open source passion projects like Ghostty and Omarchy are the internet equivalent of building a library or school
English
71
268
5.7K
255.3K
lazytype
lazytype@lazytype·
@ChShersh The MacOS version of `patch` (2.0-12u11-Apple) actually silently applies patches incorrectly on large files
English
0
0
0
44
Dmitrii Kovanikov
Dmitrii Kovanikov@ChShersh·
Isn’t it amazing that fundamental Unix tools like ls, head, tail, grep, xargs and others were written in C like 40 years ago and they still run the world without bugs
English
177
267
5.7K
374.7K
lazytype
lazytype@lazytype·
@mitsuhiko And it's quite terrible for module load times
English
0
0
0
80
Armin Ronacher ⇌
Armin Ronacher ⇌@mitsuhiko·
It's fascinating how many Python libraries are implementing this OpenAI pattern of having a client that exposes sub-resources on it with methods. Eg: client.messages.create(). How this this pattern become so popular?
English
23
3
127
25.8K
lazytype
lazytype@lazytype·
@typesanitizer As a mostly readonly consumer I find bsky posts to have much more engagement. The people I follow on mastodon sometimes feel like they're speaking into an echo chamber
English
0
0
1
31
Varun / 王潤 / げんじ
Varun / 王潤 / げんじ@typesanitizer·
I'm considering creating a social media account on Bluesky or Mastodon, might be more active there than here. Thoughts? If you've tried both, how would you summarize the differences?
English
3
0
2
533
Seb ⚛️ ThisWeekInReact.com
Seb ⚛️ ThisWeekInReact.com@sebastienlorber·
Still wish TypeScript supported that pattern Quite common to implement "as" props in React
Seb ⚛️ ThisWeekInReact.com tweet media
English
32
7
496
91.7K
lazytype
lazytype@lazytype·
@SeaRyanC @drosenwasser @andhaveaniceday I think a valuable abstraction is something like a database of all the nodes. Not saying you can just stick them into SQLite and call it a day, but something that would facilitate arbitrary type queries would be good not just for building LSPs but also like type-aware lint rules.
English
0
0
0
23
lazytype
lazytype@lazytype·
So many people hung up on the new TS being written in Go. Problem solving is not forcing the usage of your favorite solution.
English
1
0
1
70
lazytype
lazytype@lazytype·
The question I'd like to see answered is if this unlocks more efficient serialization of types more easily. In large composite projects the overall time spent parsing declaration files is non-negligible. Even if that step got 10x faster could it be 100x if it was a binary format?
English
1
0
1
37
lazytype
lazytype@lazytype·
@robpalmer2 @TC39 I know things like polyfills depend on these mechanisms but I would think it's possible to introduce new blessed ways to do those things without relying on problematic functionality.
English
0
0
0
14
lazytype
lazytype@lazytype·
@robpalmer2 @TC39 It's been longer since now and when "use strict" was introduced than when "use strict" was introduced and JS was created. Like how about a "use resolute" pragma that prevents mutating runtime builtins and object prototypes? Is that unreasonable?
English
1
0
0
26
Rob Palmer
Rob Palmer@robpalmer2·
ECMAScript excitement 😉 F5 hosts @TC39 in Seattle on 18-20 Feb 🎉 Agenda: ⬆️ Curtailing Thenables ⬆️ Error.captureStackTrace ⬆️ Error Stack Accessor ⬆️ Float16Array ⬆️ Immutable ArrayBuffer ⬆️ import defer ⬆️ Math.clamp ⬆️ Redeclarable global eval vars ⬆️ RegExp Escaping
English
2
8
105
10.1K
Mateusz Burzyński
Mateusz Burzyński@AndaristRake·
@lazytype until i reminded myself about this annoyance above, deferring the property access fixed it immediately 🫠
English
2
0
0
11
lazytype
lazytype@lazytype·
I definitely still haven't really grokked reverse mapped types. Example of something I don't understand: #code/C4TwDgpgBAqgdgSwPZygXgFBW1APlAb1EgC4oByAQ3IG4pKy4BXAWwCMIAnAXyx3yLgIZcm1pQ2jVhx40MGYtACylMGARwA5gB4AKlAgAPYBDgATAM6xEKANrlF5ALoA+dIT7ZbAaSgbryKiUVt72jk5OZASeONiUnJpk3nKxsZwQFkwANsBJYULOKTi83La6TvKKUACCCbpCegbGppYBdg4Fru4qaho6ui728ZqFCkJQAEoZ2cD1kI1GJuZW8IH5kM5uaFA96lp6g+TpmTmjGABmTHAAxsCBUOdISAvNy21w6xCbABRIbABWZFqmjmEAOAEoPLELAB3BDAa4ACygvwBADpFJDoqkcNdgtAqOQojEcdhCVALJQ7hZzggMpNpjlQdpFEhzlA-v8MUIXEVSThyZTqbT6VMTrMGgM5CTSaJyBSqQgaXSrGKZszWezOdzILyZTi5QrhSqGeLmVLsAB6S1QOBIAycThITgAfnk-NibHSlAA1nzUrx+XiLASxMSPQLqEalSLVYyJfNNRz0Yo9RGyVGhTGTWqmZLeVabXaHU7Xe704as8rRfGNUI2cmuan-fzK4rq3GzfnpemJN6-fqoIHSWYIOdKDMSIPYldvUjKGwshBUf9wf6SvJLjc7igoLOIJR54vlwB9RgQABuXHB56vnChOGAiKdMNtEFfAFFHc7vuR94fEQXJdyHBDBuCAA" target="_blank" rel="nofollow noopener">typescriptlang.org/play/?ts=5.7.2…
English
1
0
0
46