Readit News logoReadit News
sylware commented on New Trump design chief aims to improve US Government websites   reuters.com/world/us/new-... · Posted by u/RickJWagner
sylware · 10 hours ago
Finally fixing gov web interop? Aka noscript/basic (x)html browser support for critical online services (at least)?

They have to keep in mind, 99% of the time won't be writing web stuff... but keeping the sites available and safe, where the real job is for any public site... and with the current mess of software and hardware... GOOD LUCK WITH THAT! (I dropped the ball years back already, unless with gigantic-enormous resources exclusively allocated to that, which usually never the case, or does not last long)

sylware commented on Intel Foundry demonstrates first Arm-based chip on 18a node   hothardware.com/news/inte... · Posted by u/rbanffy
mepian · 5 days ago
Intel demonstrated a RISC-V chip called Horse Creek two years ago.
sylware · 2 days ago
If they manage to plug their microarch design on RISC-V ISA (yes, they will throw away a ton of things), they will be ready, performance-wise.

This real hard part is transitioning the software stack, including games...

sylware commented on Intel Foundry demonstrates first Arm-based chip on 18a node   hothardware.com/news/inte... · Posted by u/rbanffy
nullpoint420 · 3 days ago
I would say they’re smart to invest in ARM over RISC-V for the time being. It was hard enough to get the industry to support x86 and ARM64. I mean the Windows transition is still not fully complete, and they’ve been trying since Windows 8.
sylware · 2 days ago
I would say otherwise. The future, if sane, is certainly not with a PI locked ISA like ARM all over again (look at x86). Actually, it looks like a super bad move from intel.
sylware commented on Intel Foundry demonstrates first Arm-based chip on 18a node   hothardware.com/news/inte... · Posted by u/rbanffy
FirmwareBurner · 5 days ago
>It should be RISC-V... who is in charge at Intel??

Why should it be that? What are your arguments?

sylware · 4 days ago
oh, you are new to HN, because you would not need to ask such question if you were reading HN in the last few years...

You can start on risc-v wikipedia page and/or on the official risc-v web site.

sylware commented on Ask HN: Why does the US Visa application website do a port-scan of my network?    · Posted by u/mbix77
M95D · 5 days ago
I'm using uMatrix and it blocks by default all connections outside the requested site and parent domains. For example, if I request https://mail.yahoo.com, connections to yimg.com are blocked. I need to manually allow each CDN for each website, so this attack/profiling won't work.

Using uMatrix was very annoying at first, most websites are broken without their CDNs, but after a few months or so, the whitelist grew and it contains 90% of websites I visit.

On my system https://ceac.state.gov/genniv/ tries to connect to captcha.com, google-analytics, googletagmanager, 127.0.0.1 and "burp" (a local hostname that doesn't exist in my network). Interestigly, the browser console doesn't list connection attempts to localhost or burp. If I allow 127.0.0.1 and "tcpdump -i lo", I see connections to port 8888, which isn't open.

sylware · 5 days ago
Whitelisting seems to be the way to go. With IPv6 and OS generated IPs (up to what the ISP domestic router allows) could be very efficient.
sylware commented on Intel Foundry demonstrates first Arm-based chip on 18a node   hothardware.com/news/inte... · Posted by u/rbanffy
sylware · 5 days ago
It should be RISC-V... who is in charge at Intel??

Is this related to the rumors of softbank (ARM) money injection in Intel?

sylware commented on FFmpeg Assembly Language Lessons   github.com/FFmpeg/asm-les... · Posted by u/flykespice
saagarjha · 6 days ago
Not everyone wants to use nasm. Sometimes all you have is the clang integrated assembler :(
sylware · 6 days ago
Yep, look at nasm SDK, horrible, with tons of perl generators, etc, etc. From the worst.
sylware commented on FFmpeg Assembly Language Lessons   github.com/FFmpeg/asm-les... · Posted by u/flykespice
saagarjha · 6 days ago
Not everyone wants to use nasm. Sometimes all you have is the clang integrated assembler :(
sylware · 6 days ago
You could use GAS, FASM2, or write an ffmpeg specific one: writting a real-life assembler is orders of magnitude simpler than writting a real-life compiler... Usually that implementation complexity is very dependent on the macro pre-precessor one.

This is a matter of exit cost: for instance look at linux bitkeeper->git exit.

sylware commented on FFmpeg Assembly Language Lessons   github.com/FFmpeg/asm-les... · Posted by u/flykespice
sylware · 6 days ago
There is serious abuse of nasm macro-preprocessor. Going to be tough to move away to another assembler.

u/sylware

KarmaCake day114January 25, 2022
About
HN comments are dead, too many AI bots and a borked "karma" system (Youtube did restore the dislike button though).

No point argumenting.

Use news and comments only as a channel of communication and publishing.

View Original