HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zajio1am

2,591 karmajoined il y a 7 ans

Submissions

Dirty Frag Linux kernel local privilege escalation vulnerability mitigations

ubuntu.com
4 points·by zajio1am·il y a 2 mois·1 comments

Data centers' heat exhaust is not raising the land temperature

blog.andymasley.com
1 points·by zajio1am·il y a 3 mois·0 comments

A Modest Definition of Human Consciousness

oranlooney.com
3 points·by zajio1am·il y a 9 mois·0 comments

comments

zajio1am
·il y a 5 jours·discuss
No, it is pretty much the same, both means agreeing to a contract.
zajio1am
·il y a 10 jours·discuss
It is an much simpler task now since you can depend on kernel / mesa drivers for all hardware.
zajio1am
·il y a 10 jours·discuss
It is not really much different than paying for cleaning, the cleaning person also sees inside of house.
zajio1am
·il y a 21 jours·discuss
At least in EU, private book/media rental is not legal without special licensing from copyright holders, while public libraries have exception for this.
zajio1am
·il y a 21 jours·discuss
Tool rental is a service that is commonly provided by private sector. I do not see a reason why this should be provided by a government. This seems like unfair competition to e.g. community hackerspaces.
zajio1am
·le mois dernier·discuss
This is not specific to US law ...
zajio1am
·le mois dernier·discuss
Yes, but EU would have to convince Google and Apple to get a new root certificate to browsers.
zajio1am
·le mois dernier·discuss
> for example I invest in an ESG index for environmental, social, and governance, ie no weapons or drugs

So, no weapons for Ukraine?
zajio1am
·le mois dernier·discuss
50% property tax is just seizure without compensation, which is generally considered human rights violation.

If government wants 50% of shares, it can just buy it (or expropriate it with compensation) and use its ability to get cheap long-term loans to finance it.
zajio1am
·le mois dernier·discuss
When converting between different depths, the 255-like approach has a property that minimum maps to minimum and maximum maps to maximum.
zajio1am
·le mois dernier·discuss
U2F token is used by one eIDAS identity provider in Czechia.
zajio1am
·il y a 2 mois·discuss
> Second, many people think that the C runtime doesn't know the amount of memory allocated to an array, but this is actually false. It's just the C abstract model that for some reason chose to not expose this information.

There are some counterpoints:

1) Conceptually, allocated memory block and data structure / array in it are not related. You can allocate memory block and then subdivide it to multiple different structures / arrays. You can implement sub-allocators.

2) Heap allocator does not need to store exact length of allocated object. For example, it could have several fixed-length slab allocators for smaller objects, select matching one during malloc() and use address range to find slab during free().

3) Array can be also on the stack (VLA or alloca()).

4) Arrays can be also on memory allocated outside of C library allocator (e.g. mmap()).
zajio1am
·il y a 2 mois·discuss
These constraints, at least for electricity, are usually in end distribution networks, not in production. High-powered datacenter would get (and pay for) its own substation/transformer from higher-voltage network, thus avoiding the limitation.
zajio1am
·il y a 2 mois·discuss
The main point of ENUM was compatibility with open SIP, unfortunately that never really happened and most SIP operators do not accept incoming calls from public internet (and do not route outgoing calls based on ENUM).
zajio1am
·il y a 2 mois·discuss
IMHO soldering two wires together (or wires to connectors) is much harder and requires higher dexterity than through-hole soldering on PCB, which is really easy. PCB holds parts in place and directs solder where it belongs.
zajio1am
·il y a 2 mois·discuss
You pretty much do that with wireless devices as a wISP.
zajio1am
·il y a 2 mois·discuss
Well, Meta also shared their AI models freely with world
zajio1am
·il y a 2 mois·discuss
Even if the house prices stayed the same, it would make sense to keep the low interest debt and invest in other assets that have higher yield, like shares.
zajio1am
·il y a 2 mois·discuss
Power distribution is a natural monopoly, power production is commodified/competitive business.
zajio1am
·il y a 3 mois·discuss
As a vegetarian, i am a bit annoyed by this term as i do not want to be associated with AI moral panic.