Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
JZerf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
JZerf
1y ago
I also like the aesthetics of OS X versions prior to 10.10. It is hard to find programs that still support older versions though. To make things easier I'm using the more modern macOS 10.14 but installed a few things to make it look mo
2.
▲
by
JZerf
1y ago
I'm actually typing this reply on a 2012 MacBook Pro which is still working pretty well. I've also used several recent MacBook models at work so am familiar with those. Things that I like better about the 2012 MacBook Pro compared
3.
▲
by
JZerf
1y ago
This depends on how the organization configures things. My company used to allow TOTP so many TOTP apps could be used instead of Microsoft Authenticator but my company disabled that a while ago. Now the only authenticator app my company all
4.
▲
by
JZerf
2y ago
Those lunches could add up to something significant over time. If you're paying $10 per lunch for 10 years, that's $36,500 which is pretty comparable to the cost of a car.
5.
▲
by
JZerf
2y ago
Found the page I had mentioned earlier: https://pawitp.medium.com/the-correct-way-to-use-secure-boot... . In the comments Aleksandar mentioned the possibility of using the attack mentioned in this article and the author rep
6.
▲
by
JZerf
2y ago
I was reading another web page (I don't have the link unfortunately) several days ago where another reader pointed out to the author the same type of attack mentioned in this article. To address that attack the author came up with the
7.
▲
by
JZerf
2y ago
> But presumably he's writing other files to disk too. Not just that one file. Yes, there will be much more going on than the simple test I was doing. The server will be hosting several VMs running a mix of OSes and distros and runn
8.
▲
by
JZerf
2y ago
> One knob you could change that should radically alter that is zfs_txg_timeout which is how many seconds ZFS will accumulate writes before flushing them out to disk. I don't believe that zfs_txg_timeout setting would make much of a
9.
▲
by
JZerf
2y ago
One reason why it might be a good idea to use higher quality drives when using ZFS is because it seems like in some scenarios ZFS can result in more writes being done to the drive than when other file systems are used. This can be a problem
10.
▲
by
JZerf
3y ago
Gran Turismo 4 was the last Gran Turismo for the PS2. It also did support networking for LAN gameplay but networking isn't required to play the game.
11.
▲
by
JZerf
3y ago
Additionally, there are multiple reasons why one programming language might have nine different programs: -The programs could have been written by someone who prefers to make small iterations and perform many submissions instead of someone
12.
▲
by
JZerf
3y ago
You could certainly make an argument that an easier language allows a programmer to reach a certain skill level faster or maybe even reach a higher peak skill level. By extension you could also argue that, by some definitions, the skill lev
13.
▲
by
JZerf
3y ago
It's not a good idea to use this site (or the Computer Language Benchmarks Games https://benchmarksgame-team.pages.debian.net/benchmarksgame/ that it is partially based off) as an indicator of how may rewrites are
14.
▲
by
JZerf
3y ago
DreamBerd is a multi-paradigm programming language, which means that you can delete the keywords and paradigms you don't like. delete class! class Player {} // Error: class was deleted When perfection is achieved and
15.
▲
by
JZerf
3y ago
I was a little puzzled by this compared to what I was used to with Java in the past. It looks like the grandparent's code relies on JEP 445 ( https://openjdk.org/jeps/445 ) which is a preview feature as was mentio
16.
▲
by
JZerf
4y ago
You might have an ad blocker installed.
17.
▲
by
JZerf
4y ago
Tarpitting in general can be fun. I have an iptables rule set up on my mail server that limits incoming SMTP traffic from suspected spammers to just three packets per minutes (which is still fast enough for a legitimate mail server to deliv
18.
▲
by
JZerf
4y ago
There are quite a few addons for Firefox for improving Facebook, here are three that I found right away and there are plenty more: https://addons.mozilla.org/en-US/firefox/addon/socialfixer/ https:/
19.
▲
by
JZerf
4y ago
This is one of the major reasons why I try to limit my use of websites for anything important and prefer to use normal, local applications that don't rely heavily on someone else's servers. It's a lot harder for other people
20.
▲
by
JZerf
4y ago
That's kind of interesting that it currently transpiles to C++. I have a suspicion though that using C++ as an intermediate language will probably often result in lower performance, higher memory usage, make debugging more complicated,
21.
▲
by
JZerf
4y ago
This is something I want to know too. C++ certainly has some issues like pretty much every programming language does but in the original article Andreas mentions that he wants to make a cross-platform browser and cross-platform, portable ap
22.
▲
by
JZerf
4y ago
I believe this relies on quite a few of the libraries in SerenityOS and according to one of the lines [1] in one of the build scripts for that it looks like Clang 13 will be required as a bare minimum. The Serenity project is also using the
23.
▲
by
JZerf
4y ago
In addition to the reasons that mholt mentioned in response to your question, enabling HTTP/GZIP compression could possibly be less secure for some web server configurations due to things like the BREACH attack. See https://
24.
▲
by
JZerf
4y ago
There was a research paper at https://greenlab.di.uminho.pt/wp-content/uploads/2017/10/sle... a few years ago that attempted to evaluate the energy efficiency of many programming languages and that paper
25.
▲
by
JZerf
4y ago
I think some more effort should be made in getting the default memory usage down to a more reasonable level. This site https://programming-language-benchmarks.vercel.app/problem/h... shows a simple Hello World Julia
26.
▲
by
JZerf
4y ago
Thanks, I hadn't noticed that Julia was also doing compilation during the benchmarking and I'm curious if it would be hard to get those benchmarks to be done with PackageCompiler.jl. With that being said, the memory usage still se
27.
▲
by
JZerf
4y ago
It seems to use a lot of memory which can be unacceptable for many people and can become impractical if you plan on running several programs simultaneously. For several of the problems at https://benchmarksgame-team.pages.debia
28.
▲
by
JZerf
4y ago
Just wanted to point out that it looks like people will be able to go over that limit but will have to pay extra for it according to https://docs.gitlab.com/ee/subscriptions/gitlab_com/index.ht... . Seems som
29.
▲
by
JZerf
4y ago
All of the reasons you gave for removing optical drives are true for consoles but I'd also like to point out that even desktop and laptop manufacturers have been removing optical drives as well. The reasons you gave largely do not appl
30.
▲
by
JZerf
4y ago
I'd also add that distributing an installation file that requires no activation server is also sufficient. Physical media is getting kind of dated as seen by many devices no longer even including optical drives.
More ›