HackerTrans
TopNewTrendsCommentsPastAskShowJobs

going_north

no profile record

Submissions

80% of Norwegian Public Sector to Use Chainsaws by End of Year, Government Says

eaj.no
3 points·by going_north·11 tháng trước·1 comments

A little Slack notifier in Elixir

eaj.no
1 points·by going_north·12 tháng trước·0 comments

Upcoming deprecation of GitHub Command Palette feature preview

github.blog
1 points·by going_north·12 tháng trước·0 comments

Developer marketing is show and tell

buttondown.com
3 points·by going_north·năm ngoái·0 comments

Publish your designs on the web with Figma Sites

figma.com
1 points·by going_north·năm ngoái·0 comments

The Perils of Default Arguments in Python

eaj.no
1 points·by going_north·năm ngoái·1 comments

What made Apollo a success? (1971) [pdf]

ntrs.nasa.gov
2 points·by going_north·3 năm trước·1 comments

comments

going_north
·6 tháng trước·discuss
You can get a lot closer with only small modifications:

    input[type="radio"] {
      appearance: none;
      margin: 0;
      width: 25px;
      height: 25px;
      background: white;
      border-radius: 50%;
      display: inline-grid;
      place-content: center;
      box-shadow: 0 2px 10px color(display-p3 0 0 0/0.5);

      &::before {
        content: "";
        width: 11px;
        height: 11px;
        border-radius: 50%;
      }

      &:checked::before {
        background: color(display-p3 0.383 0.317 0.702);
      }
    }
Here's a link to a codepen so you can see what it looks like without rendering it yourself: https://codepen.io/erikaja/pen/RNRVMyB
going_north
·10 tháng trước·discuss
I've been happy with both Render and fly.io
going_north
·11 tháng trước·discuss
I clicked through all of the Chrome and Google warnings, but now even my national ISP has blocked the site.
going_north
·11 tháng trước·discuss
Typing speed tests are always fun. I enjoy https://monkeytype.com/
going_north
·12 tháng trước·discuss
Chiming in to recommend it too! The policies are really good too, for instance this is one from our code base:

    policy action(:invite_user) do
      forbid_unless actor_attribute_equals(:role, :admin)
      authorize_if {App.Checks.OnlyAllowedRoles, roles: [:student, :parent]}
    end
And what's nice is that these policies apply for both the API and the frontend code without having to do anything extra :)
going_north
·năm ngoái·discuss
Nice, thanks for the writeup! A small heads up, Phoenix is listed twice in the tech stack section.
going_north
·năm ngoái·discuss
The RSS feed is another good option!
going_north
·năm ngoái·discuss
It looks like a miniature gaming system (like a GameBoy) that also lets you make your own games and upload them to the device: https://www.arduboy.com/
going_north
·năm ngoái·discuss
Maybe torturing the metaphor, but building a road up the mountain often ruins the view.
going_north
·năm ngoái·discuss
This seems like a non-story to me. Once you post a code repo on the public internet, and especially on a site as prolific as GitHub, you should treat everything in there as public information.

> Dror said that Lasso reached out to all affected companies who were “severely affected” by the data exposure and advised them to rotate or revoke any compromised keys.

If the "companies affected" have any idea what they are doing all of the exposed tokens and the like would have been rotated a long time ago.
going_north
·2 năm trước·discuss
One of the replies captures my thoughts quite well:

> "Email apps tone policing people" is quite high on my dystopian tech nightmare list.
going_north
·2 năm trước·discuss
CSS first configuration is a good change! It seems like it would makes it easier to combine tailwind with regular CSS files which still uses the same design tokens. This is useful e.g. when creating a site with a component architecture where the components are styled with CSS, but some of the content comes from CSS or markdown.
going_north
·2 năm trước·discuss
It's because of this element in one of the final sections [1]:

    <code>kstat.zfs.<pool>.misc.ddt_stats_<checksum></code>
Typesetting code on a narrow screen is tricky!

[1] https://despairlabs.com/blog/posts/2024-10-27-openzfs-dedup-...
going_north
·2 năm trước·discuss
This kind of thinking is very dangerous.
going_north
·2 năm trước·discuss
There is a big difference in texture. Homemade pasta is a lot chewier, which I really like.

Edit: I see other commenters say it is a lot of work and really messy. In my experience, it doesn't have to be. The first few times I tried I made a big mess, but after just a few times I got both faster and less messy.
going_north
·2 năm trước·discuss
I'm not convinced climbers ruin the grip strength metric that much. Yes, as a climber your grip strength will be proportionally stronger when compared to other metrics. However, this also means that you climb regularly, which involves a lot of other muscles, balance, and lots of hiking if you do it outdoors.
going_north
·2 năm trước·discuss
If you exercise more in order to get fit, sleep becomes more important.
going_north
·2 năm trước·discuss
The fact that you are in pain every day is obviously a tragedy, and I hope your situation improves. Mocking your peers for taking care of themselves is still not acceptable, and does nothing to improve the situation for anyone.

I accept that this is a spectrum, and that some level of discomfort in life is unavoidable—people stay up late and skip exercise from time to time. The unpleasant consequences of these actions doesn't justify not contributing to society, and there are no doubt freeloaders in any reasonably sized company.

However, no workplace, including yours, should expect their employees to sacrifice their health.
going_north
·3 năm trước·discuss
> thus far

that's the spirit! :)
going_north
·3 năm trước·discuss
I came across this document in a talk Destin Sandlin gave to the American Astronautical Society [1]. The talk compares the architecture and process of the Apollo mission with the modern Artemis mission, and is very critical of the latter. I think both hold some great lessons, even for software engineers working on non-critical systems.

[1] https://www.youtube.com/watch?v=OoJsPvmFixU