Sukima
banner
mastersuki.bsky.social
Sukima
@mastersuki.bsky.social
I am a passionate software developer specialized in Ember.js & JavaScript. I dabble in Photography, 360 panoramic tours, interactive fiction, and geek culture. https://tritarget.org/
If you want start and ending indices try the “d” flag for RegExp. developer.mozilla.org/en-US/docs/W...
November 7, 2025 at 1:54 PM
Some people leave sourcemaps on in prod to debug in prod easier.

I raw-dog JavaScript by hand. I don’t need no stinkn’ sourcemaps!
November 6, 2025 at 3:35 AM
Hmmm. Oh dear.
November 5, 2025 at 12:27 AM
Hence the need to `return await …` This rule hits me every time I attempt to write a mock callback that is meant to be async but in testing can be sync. I hate this rule.
November 4, 2025 at 1:58 AM
I set Vim abbreviations for “ffn” for “function”, “ccn” for “const”, and “Pvoid“ for “Promise<void>”

Makes using base features super easy. Like 1000x faster than using AI.
November 2, 2025 at 11:24 PM
Yup, this one has hit me a bunch of times and each time I end up wasting an hour just trying to understand WTF it is preventing only to realize it thinks I’m a moron. Well eslint can kiss my ass!
November 1, 2025 at 11:43 PM
The worse part is that some idiot in the company is giving a report to the C-Suite explaining that support calls to a live agent have dropped to zero. 🤦
November 1, 2025 at 11:29 PM
I personally feel that quality starts at the smallest level. If devs cared about the coding craft instead of only one solution. Adding more quality to that fits better when care is given to the base skills. youtu.be/wdrQ4vAV0uA?...
The 5 Stages Of Becoming An ELITE Software Engineer
YouTube video by Modern Software Engineering
youtu.be
November 1, 2025 at 3:58 PM
TS adds an extra build step. JS can be added to an HTML file and just works.
October 30, 2025 at 12:00 PM
I should clarify. React gets the job done. But it does not mean I have to like it.
October 30, 2025 at 1:09 AM
Why do your loops reach that high? What are they calculating? And why would you want JavaScript to handle that? Based on the original JS is inferior complaint.
October 29, 2025 at 11:31 PM
Still not a good reason to architect it with hooks because of dogmatic functions over OOP. All the benifits you mention can still happen with classes. Ex. @emberjs.com
October 29, 2025 at 11:21 PM
React is weird because of how hard they had to bend and contort hooks to do what the language has built-in with classes/prototype. The original OOP concept to manage state associated with instances of things.
October 29, 2025 at 11:05 AM
Challenge Accepted: WebStreams + WebSockets, No Libs
s.tritarget.org/q
October 29, 2025 at 4:15 AM
FFS what kind of for-loop you running where you need more than nine quadrillion, seventy-one trillion, nine hundred ninety-two billion, five hundred forty-seven million, four hundred nine thousand, nine hundred ninety-one iterations?!!!
October 28, 2025 at 10:35 PM
Not invented here - Wikipedia
en.wikipedia.org
October 28, 2025 at 10:15 PM