Turun

joined 1 year ago
[–] [email protected] 7 points 7 months ago (11 children)

Dns over https is immune to that firewall method, right?

[–] [email protected] 1 points 7 months ago* (last edited 7 months ago) (1 children)

The video has a short section on productivity (i.e. rendering or compiling). That part is probably the most relevant for most people. Check the chapter view in YouTube to jump directly to it.

I think a 2x performance improvement is plausible when comparing non-soldered ram to the Apple silicon, which goes even further and has the memory on the die itself. If, of course, ram is the limiting factor.

The advantages of upgradable, expandable ram are obvious. But let's face it: most people don't need and even less use that capability.

[–] [email protected] 2 points 7 months ago

In science, especially math, all the famous scientists lived long ago. Newton, Euler, etc.

In computer science only the very pioneers are dead already. A lot of groundbreaking work was done by people who are still alive, or even still in working age.

It's so weird!

[–] [email protected] 1 points 7 months ago (4 children)

I understand the scepticism, but without links of what you've found or which parts in particular you consider dubious claims (ram speed can be increased when soldered, higher speeds lead to better performance, etc) it comes across as "i don't believe you, because i choose to not believe you"

LTT has made a comparison video on ram speeds: https://www.youtube.com/watch?v=b-WFetQjifc

Do you need proof that soldered ram can be made to run faster?

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago)

I'm pretty sure when searching with AI the model gets told "here are five articles about , summarize them and answer the following question: <top 5 search results from a traditional search engine>"

[–] [email protected] -1 points 7 months ago (1 children)

Why was that downvoted, it's true.

Backing out of a parking spot is comparatively dangerous, because you can't see if anyone is approaching from the side.

[–] [email protected] 1 points 7 months ago* (last edited 7 months ago)

I feared as much, because the same could be said about your comment above.

I already mentioned git send-email in my comment. But the ux of that is terrible. So if you want good UX you're in account hell, having to create a new profile for every hosting site.

You can have a nice, terms of service free but read only forge, or you have terms of service and account bullshit or you can have the dev experience of git send email. Choose one of the three and until we have federation they are all terrible in some aspect.

[–] [email protected] 2 points 7 months ago (2 children)

Would you call that open source? A read only gitea instance?

If you want to get away from GitHub a mirror won't cut it, it has to be the main dev platform.

[–] [email protected] 7 points 7 months ago (9 children)

Yes, but how are you gonna accept pull requests? You need a frontend and a frontend needs an account.

Of course, all of these alternative forges (gitea, forgejo, gitlab) can be self hosted on your own private server.

[–] [email protected] 16 points 7 months ago (16 children)
  1. You can use other forges, but they have the exact same issues as GitHub. You need to make an account, you need to accept terms of service and if they feel like it (or are forced by a court) they'll ban you and your repository.

  2. git send-email exists. So it's not like you absolutely can't contribute to projects that are hosted on GitHub.

At some point in the future gitlab will get federation, but that's not a solution for now. It'll take a while.

[–] [email protected] 12 points 7 months ago* (last edited 7 months ago) (1 children)

A basic image is really easy. It's basically just

Dockerfile

FROM debian  # start with a minimal Linux system. There are probably better options than debian. Some images are made especially for docker (i.e. very minimal and light weight). 
RUN apt install dependencies  # do what ever you need to get your app running. 
RUN echo "options and stuff" >> /etc/a/config/file  # you can also edit system files
COPY . /app  # copy your project into the docker container.
EXPOSE 8080  # doesn't actually do anything, but documents where the app will be listening
CMD server-binary run /app/main.php  # I have actually no idea how php server stuff works

(Docs https://docs.docker.com/reference/dockerfile/)

Then people can run your project with docker.

Edit: checking the readme some small changes would be required. Config.php should read in environment variables and the DB init SQL should be run automatically somehow.

[–] [email protected] 4 points 7 months ago* (last edited 7 months ago)

Thanks, It actually does, because the conversation factor is easy.

2e27 Å2 = 2e7 m2 = 20 km2

So an area 5km by 4km. You can now easily compare it to the size of your neighborhood, town or city.

view more: ‹ prev next ›