HackerTrans
TopNewTrendsCommentsPastAskShowJobs

phaedryx

1,705 karmajoined 16 jaar geleden
I'm here

Submissions

An Aperiodic Monotile (2023)

cs.uwaterloo.ca
59 points·by phaedryx·2 jaar geleden·19 comments

comments

phaedryx
·5 dagen geleden·discuss
If you're in the Salt Lake County/Utah County area, we're having Ruby meetups: https://www.meetup.com/utah-ruby-users-group/
phaedryx
·3 maanden geleden·discuss
I helped run a website selling tickets for a venue that had a Garth Brooks concert. I can confirm that they did the same thing in the 2010's.
phaedryx
·10 maanden geleden·discuss
This is my understanding:

1. Ruby Central hosts, maintains, and sponsors Rubygems and Bundler

2. Based on recent events, it was possible that credentials were stolen (https://www.bleepingcomputer.com/news/security/60-malicious-...)

3. They decided to lock everyone out until security issues could be resolved

It makes sense to me from a security standpoint, but their communication has been terrible which has led to a lot of speculation.
phaedryx
·10 maanden geleden·discuss
It sounds like the judge works for Anthropic
phaedryx
·12 maanden geleden·discuss
The first programs I ever wrote were from one of these books.
phaedryx
·vorig jaar·discuss
Hypercard was inspired by an LSD trip.
phaedryx
·vorig jaar·discuss
I've made it a point to always ask beforehand: "what is the dress code expectation? I've seen everything from t-shirts to suits in the tech industry and I'd like show up dressed appropriately."

I always get a positive response.
phaedryx
·vorig jaar·discuss
Same. When the game started I was looking for a black circle to use against the "bubbles"; none showed up, and suddenly I had lost.
phaedryx
·vorig jaar·discuss
This looks interesting. I think I'll try it out over the weekend. Thanks for sharing.
phaedryx
·vorig jaar·discuss
Why not create a word/name? e.g. Clojure
phaedryx
·vorig jaar·discuss
I work for a company that uses Rails. We don't have any Python code, but we use a lot of AI.
phaedryx
·vorig jaar·discuss
Yes. It does a lot for you and you can add features and explore ideas quickly. The batteries are included.

I do know Ruby well though.
phaedryx
·vorig jaar·discuss
I remember when Backbone first came on the scene and “get your truth out of the DOM” was the rallying cry.

I'm going to cheat and get a list from AI:

1. Difficulty in maintaining and debugging: When state is scattered throughout the DOM, it becomes challenging to track and manage, leading to code that is hard to maintain and debug.

2. Performance issues: Frequently querying the DOM for state information can be more expensive and slower compared to accessing data stored in JavaScript objects or dedicated state management solutions.

3. Lack of a single source of truth: Storing state in the DOM makes it difficult to establish a centralized, authoritative source for application data, which can lead to inconsistencies and errors.

4. Synchronization problems: Keeping DOM elements in sync with a mutable list of data can quickly become complex, especially when dealing with dynamic lists or elements without unique identifiers.

5. State persistence issues: DOM-based state is vulnerable to loss during page refreshes or navigation, which can lead to poor user experiences, especially in single-page applications.

6. Scalability challenges: As applications grow, managing state in the DOM becomes increasingly cumbersome and can result in performance bottlenecks.

7. Difficulty in implementing advanced features: Techniques like time-travel debugging, state snapshots, and easy hydration become more challenging or impossible when state is primarily stored in the DOM.

8. Increased complexity in component communication: Relying on DOM for state can complicate the process of sharing data between components, potentially leading to prop drilling or other anti-patterns.
phaedryx
·vorig jaar·discuss
I think the idea of "sprinkling" JavaScript into your server-rendered HTML is a good one. However, I think that Stimulus is terrible.

1. There isn't a good way to test it. There is nothing in the docs about how to test it.

2. Keeping state in the DOM is dangerous

3. Messaging between Stimulus controllers is painful

4. They disconnect parameters from functions. The functions have to scan through the DOM to find what they need which I think is fundamentally weird

5. Reusability is rare

6. It doesn't try to play nice with the larger JavaScript ecosystem.

I personally prefer Vue.
phaedryx
·vorig jaar·discuss
Would that make them sick?
phaedryx
·2 jaar geleden·discuss
Looks really nice.

Some very minor feedback: the animations are a bit too busy for my tastes
phaedryx
·2 jaar geleden·discuss
Will no one rid me of this turbulent priest?
phaedryx
·6 jaar geleden·discuss
Yes!

1. What if something goes wrong?

2. How do I test for handling success/error?

They never address this stuff.
phaedryx
·6 jaar geleden·discuss
I wish they'd document how to write tests for this stuff. Also, I wish they'd provide an example with multiple moving parts.
phaedryx
·6 jaar geleden·discuss
I'm to the point where I'll buy a game even if it isn't supported (yet) because I assume it will be eventually. They really have been doing a great job.

All of my computers are windows-free now.