Readit News logoReadit News

Deleted Comment

wooly_bully commented on Show HN: If YouTube had actual channels   ytch.xyz... · Posted by u/hadisafa
hadisafa · a year ago
- There is no backend, just html, css, and js

- yes channels are based on categories(science, travel, documentaries, etc.)

- yes there is a schedule, each video is scheduled to play at a certain time, so everyone is watching the same exact thing.

wooly_bully · a year ago
Two requests!

1. unique urls per channel so I can send it to a friend and say "check this out" 2. up + down keys for changing channels

wooly_bully commented on Data Fetching for Single-Page Apps   martinfowler.com/articles... · Posted by u/fagnerbrack
ibash · a year ago
The most common mistake I see is putting data fetching in the view layer.

React hooks caused this because by default there’s no sensible place to fetch data.

So unless you know ahead of time, any complex single page ends up with complex and hard to track network requests.

The solution is really simple: pull data out of the view layer and make it a first class citizen.

An exercise: imagine you’re building a tui instead of a web app, but you’re forced to use the exact same code for app state and data fetching… what would that code look like?

wooly_bully · a year ago
The sensible route to this today is to use a query client, IMO: tanstack, rtk query, apollo, etc.

It prevents the umpteenth reinvention of an incomplete fetch state machine, which is probably the number one most consistent frontend bug I encounter.

wooly_bully commented on Welcome to Canva, Affinity   canva.com/newsroom/news/a... · Posted by u/tagawa
rpgbr · a year ago
From Affinity's site[1]:

>Canva’s business model is subscription, are there any plans to change how Affinity is sold? > >There are no changes to our current pricing model planned at this time, with all our apps still available as a one-off purchase. Existing Affinity users will be able to continue to use your apps in perpetuity as they were originally purchased – with plenty of free updates to V2 still to look forward to!

I guess the keywords are “at this time”.

[1] https://affinity.serif.com/en-us/press/newsroom/canva-statem...

wooly_bully · a year ago
The wording virtually guarantees that it’s changing to subscription. I give it a year and a half.
wooly_bully commented on Tech Debt: My Rust Library Is Now a CDO   lucumr.pocoo.org/2024/3/2... · Posted by u/Tomte
wooly_bully · a year ago
Guess I'm one of the annoying users who complained when armin's Lektor (https://github.com/lektor/lektor) started going dormant back when, but I loved it for a while. I'm on Astro now, but a big thanks for helping a younger version for me.
wooly_bully commented on A distributed systems reading list   ferd.ca/a-distributed-sys... · Posted by u/davidw
keschi · 2 years ago
I recommended “Understanding Distributed Systems: What every developer should know about large distributed applications” by Roberto Vitillo to all my colleagues back when I worked on SaaS systems.

“Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems” by Martin Kleppmann as the more advanced deep dive.

Both books provide timeless conceptual advice. Kleppmann’s description of developing a database by starting from an append-only text file really stuck with me.

wooly_bully · 2 years ago
The book that Dominik Tornow is writing “Thinking in Distributed Systems” has been an excellent next read after DDIA for me (it’s not yet finished I believe).

Really shows the experience of someone who understands this stuff inside and out (was one of the main people behind Temporal).

wooly_bully commented on It will never be a good time to buy a house   theatlantic.com/ideas/arc... · Posted by u/fortran77
threemux · 2 years ago
One thing the government could do right away that would serve to spread out good jobs is move executive branch departments to other states. For example, let's move the USDA to somewhere in the Midwest. Government employees would move there as would contractor staff and all kinds of ancillary business serving the above.

Remote work helps too but the increase in supporting businesses that serve onsite employees is important for an area

wooly_bully · 2 years ago
I don’t think this would help if your goal is not rapidly increase housing costs. If covid proved anything about the housing market, it’s that theres a housing shortage everywhere. Plenty of LCoL areas still have disproportionately high housing costs compared to median income now. When remote work was required, people fled cities and led to housing crises in areas that aren’t just major cities.

Great piece from M. Nolan Grey, who is an excellent twitter follow: https://www.theatlantic.com/ideas/archive/2022/08/housing-cr...

Deleted Comment

wooly_bully commented on Trucking startup Convoy closes operations with no buyer   bloomberg.com/news/articl... · Posted by u/infrawhispers
toomuchtodo · 2 years ago
Best way to get impacted talent connected to opportunities? Opt in spreadsheet link available?
wooly_bully commented on Trucking startup Convoy closes operations with no buyer   bloomberg.com/news/articl... · Posted by u/infrawhispers
wooly_bully · 2 years ago
(Ex-)Convoy engineer here. No mystery as to why this happened, sudden tight market and low available capital demolished us. External reasons given in the article were the same we knew and couldn't do anything about considering that none of the M&A options materialized.

Detailed the shutdown on a call at 8:30am Pacific this morning. CEO said there'll be no severance or healthcare.

Lot of talented folks in Seattle and beyond who'll be looking for new gigs.

u/wooly_bully

KarmaCake day295May 11, 2015
About
https://zmsy.co/
View Original