ericjmorey

joined 1 year ago
MODERATOR OF
[–] [email protected] 16 points 1 day ago

You'll own nothing and you'll be happy - Ida Auken

[–] [email protected] 3 points 2 days ago

Chris Warwick doesn't post to his blog often, but when he does he's thoughtful and informative.

[–] [email protected] 3 points 2 days ago

The author mentioned limitations only vaguely at the end of the article.

[–] [email protected] 2 points 4 days ago

My local library gives me access to O'Reilly Online, so free textbook access for just about any topic.

[–] [email protected] 8 points 1 week ago (3 children)

Have you submitted feedback to Mozilla?

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago)

Your reply is a lazy and uninformative answer that I'm inclined not to take seriously.

[–] [email protected] 6 points 1 week ago (2 children)

In what ways do you see Julia as better?

Better for what?

[–] [email protected] 2 points 1 week ago

This is the biggest factor.

Also Julia's ecosystem is in infancy in comparison.

[–] [email protected] 5 points 1 week ago

It's not clear to me if this is an acquisition of the venture capital subsidiary, but this part of Anonym's FAQ is disappointing:

Privacy is an ambiguous term! Our primary focus is reducing or eliminating the need for advertisers and ad platforms to share personally identifiable information, attributes and behaviors about individuals with each other. It’s this kind of data sharing that often violates the expectations of users and creates legal and policy compliance issues.

[–] [email protected] 7 points 1 week ago

That article makes is very clear that Laura Chambers is filling an interim role as CEO for less than a year as they look for someone else to take the role on a longer term basis.

[–] [email protected] 4 points 1 week ago

RISC V seems inevitable

 

Video description:

We reproduce the GPT-2 (124M) from scratch.

This video covers the whole process:

First we build the GPT-2 network, then we optimize its training to be really fast, then we set up the training run following the GPT-2 and GPT-3 paper and their hyperparameters, then we hit run, and come back the next morning to see our results, and enjoy some amusing model generations.

Keep in mind that in some places this video builds on the knowledge from earlier videos in the Zero to Hero Playlist (see my channel). You could also see this video as building my nanoGPT repo, which by the end is about 90% similar.

 

The presenter compares some of the functionality to Leap.nvim

 

Trey Hunner writes:

This article is primarily meant to act as a Python time complexity cheat sheet for those who already understand what time complexity is and how the time complexity of an operation might affect your code. For a more thorough explanation of time complexity see Ned Batchelder's article/talk on this subject.

Read Python Big O: the time complexities of different data structures in Python

 

Isaac Harris-Holt writes:

Modern software engineering can be a bit of a nightmare. You've got all these different third-party services to keep track of, and often many first-party microservices too! As it turns out, things can be made more simple using Gleam. Let me show you how.

 

In the command-line window the command line can be edited just like editing text in any window. It is a special kind of window, because you cannot leave it in a normal way.

There are two ways to open the command-line window:

  1. From Command-line mode, use the key specified with the 'cedit' option (default CTRL-F).

  2. From Normal mode, use the "q:", "q/" or "q?" command.

  • This starts editing an Ex command-line ("q:") or search string ("q/" or "q?"). Note that this is not possible while recording is in progress (the "q" stops recording then).

When the window opens it is filled with the command-line history. The last line contains the command as typed so far. The left column will show a character that indicates the type of command-line being edited

view more: next ›