Viewing profile — rojoca
rojoca
HN member- Joined
- Wed, Mar 30, 2011, 8:40 PM UTC
- HN karma
- 123
- Public activity
- 64 items
- HN profile
- View on Hacker News ↗
About rojoca
No profile information was provided.
Recent public activity
-
comment
Comment #32957100
I would second this. A team sport is also a good option. There are always clubs/teams that take beginners.
-
comment
Comment #32131762
You can enjoy all kinds of disgusting and / or ridiculous things when you have some adjacent emotional connection. It’s one of the best things about life, keeping in mind it can wo…
-
comment
Comment #29324803
Haven't used django for a year or 2 but used to use django-rest-framework's negotiation to get both json and html responses (was using inertiajs not htmx) and it worked pretty well…
-
comment
Comment #29230455
Ira Glass has a practical take on the idea of exposing good taste (e.g. trying to paint like Bellini): https://youtu.be/X2wLP0izeJE where he talks about how your good taste informs…
-
comment
Comment #29168072
In the unity announcement they go over some of the tools weta have created: https://blog.unity.com/news/welcome-weta-digital
-
comment
Comment #28531560
Clojure has the as-> threading macro (probably borrowed from another lisp) where you can specify the placeholder: (as-> [:foo :bar] v (map name v) (first v) (.substring v 1))
-
comment
Comment #28387357
Great, now the timeline is going to be full of "just tweeted X to my super follows, super follow me here: ...". Sounds like more ads. I guess in fairness you probably don't want to…
-
comment
Comment #27646658
This is what state machines/charts are for. They prevent you from entering invalid states, and take responsibility for all changes in state.
-
comment
Comment #26481551
You can’t do sm:hover:top-[-113px] in a style attribute
-
comment
Comment #24986150
In NZ we have 2 levels, wholesale and retail providers. By law you cannot be both. The price paid by retail providers to wholesale providers is currently set by the commerce commis…
-
comment
Comment #23969161
This is great. Are you looking at supporting SSML?
-
comment
Comment #23788585
I recently looked around to see if this was possible in gmail and found the following: https://github.com/garyholeman/CreateGmailFilters It has some limitations but mostly it was u…
-
comment
Comment #23064550
> Not censoring an idea and arguing that an idea should not be implemented are not equivalent. I'm not sure this is correct, but I'm willing to be convinced if you can expand a lit…
-
comment
Comment #23064391
The following may seem frivolous and/or uncharitable but I think you would find them hard to disagree with: - booting people off platforms is a "bad idea" which you wish to "suppre…
-
comment
Comment #23024572
A web service can provide a schema similar to a header file to define its API but there is no "standard" format for this schema, nor is there a standard location to look for such a…
-
comment
Comment #22875500
I created my own adapter for rest framework specifically. Currently trying to extract it from my project into its own library. Will publish to pypi when it’s ready. Repo[1] if you …
-
comment
Comment #22873762
Since inertia runs in the same session context as your django app you can use django sessions as you would in a standard django app - in fact this is the goal of inertia. This even…
-
comment
Comment #22873201
I totally understand people's preference to use Django templates wherever possible, and only sprinkle in more frontend focused stuff when needed, but personally, I would rather jus…
-
comment
Comment #22426058
No, you just create a new card component and adjust the tailwind classes on it. Or, if it is a minor change, then conditionally include / exclude a small subset of tailwind classes…
-
comment
Comment #22094310
For js there are various implementations including this one: https://xstate.js.org/docs/ Here is an article by the author of this library with some justification for the appropriat…
-
comment
Comment #20239179
This arguably also punishes their competitors.
-
comment
Comment #16371720
Also the source(?) of this change from instagram: https://engineering.instagram.com/copy-on-write-friendly-pyt...
- story
-
comment
Comment #16038881
What about mentally ill people? People on medication that make them groggy? People who are drunk in their own home? People who are exhausted from a huge week at work? Children? Eld…
-
comment
Comment #15966303
The other solution is to have mixed representation where a portion of the seats represent districts and the rest are allocated to match the proportions voted for by the state. In t…