Sorry for not in topic, did Intel calculate bonuses on hn karma (more officially impact)? I see this bf16 multiple times and it like authors dying for Christmas bonus.
Or you hacker :), Greasemonkey with 33 lines (including filter) and you newer see nytimes, wsj, washington, techcrunch and usual offenders again
Being cynical here. From fines GDPR & friends incoming and maximise profits before they forced to pay to market already saturated and without pissing user base there will be no double digit 'adaptation' rate
Beamforming is cheap, for sectorial scan phone cpu can easily handle it, of course it will not be all big HQ image, but for initial scan is enough, but ADC with pulse generator - that one is expensive, for decent…
If you don't like Linus, you can always fork Linux and create DyslexicAtheist OS :), but no you are attacking, he clearly says few mails later, that killing machine without very good reason is big no: I absolutely…
Yes you can and start whatever program you want, take i look at better-initramfs (https://github.com/slashbeast/better-initramfs), although it is more for gentoo/funtoo. Basicaly when linux boot from initrd it starts…
I agree, started to notice in google search last year about this time (maybe i getting older) or maybe DDG started to serve better results. Nowadays, I use google rarely in this year i can't remember when get better…
My couch scientist theory is that REM sleep is phase when brains reconnects and tunes quantum links between neuron groups (assuming brain is big quantum computer underneath), that why there are chaotic movements.
I'm not a lawyer, but i have high probability they have "Legitimate interest" to keep the keys (something like preventing fraud) and keys have expiry time
It needs to be revised and is not cool(tm) project than creating new language and rethinking how to avoid any pointer arithmetic (starting from char *str, to arrays char str[999]) is not very easy task.
You can run whatever system (L4 with formal verification and written in super secure language...) as long as there no redundant checks you are already doomed from start. Stuxnet is nice example why critical system must…
It would be more unreal if they introduce "Windows 9x" desktop shell, probably for me it would be reason even to consider to dual boot to windows
I'm interesting in this too and wondering why nobody did huge task and compiling everything into one book, starting from refining materials to making 8051/Z80 era pc
In my eyes reliability, having Russian expertise on metal working it is easer to build new rocket than create bullet prof inspection methodology and reuse it. That guy can lost trust with just few failed rockets and…
There have been multiple times posted about this and i not following too much, but i haven't seen anybody who can tune even small cnc for small scale production in less than year where there virtually 0 defects…
Probably google never do this: For this type application add fake permission control which feeds from random data to some recorded scenario like user record his free time
It is more like "The smallest dogs always bark the loudest" a.k.a. make sure/at least try to remind why are you important for everybody who meet.
Maybe can somebody enlighten why didn't do two actuators on same plates, even second only reading the hdd performance could be easily increased? Because current solution looks like put two hard drives in single…
Sorry that sounded like i'm scorching you i didn't mean it. Yes agree with when using HW initializing code in constructors I ended with two types of 'constructors/inits': 1 - for object initialization 2 - just for…
note, static initializers works in embedded you need to execute functions between __init_array_start and __init_array_end before using any static object in gcc somewhere in program
To prevent glitches it rarely problem but sometimes happens: imagine that default pin state must be high (on reset pin are floating) and moment you set pin mode to output it goes low, because data register is 0
As for input it can be always read to check real pin state, for example in open collector where 'high' value is determined by pull-up resistor, because microcontroller just make pin floating
From my perspective, most difficult part about containers is setting mount point and creating minimal root tree in which container tools like docker or lxc shines, of course when you need small specific container for…
Very ineffective solution for this type authentication, currently any manageable switch has option to enable packet switching only between selected ports (and is same with wirelesses, you can set that clients don't…
It is not cold war and people have telescopes with high quality cameras, you need damn good masked satellite to hide and i'm not talking about other governments space agencies... It is better version that this is…
Sorry for not in topic, did Intel calculate bonuses on hn karma (more officially impact)? I see this bf16 multiple times and it like authors dying for Christmas bonus.
Or you hacker :), Greasemonkey with 33 lines (including filter) and you newer see nytimes, wsj, washington, techcrunch and usual offenders again
Being cynical here. From fines GDPR & friends incoming and maximise profits before they forced to pay to market already saturated and without pissing user base there will be no double digit 'adaptation' rate
Beamforming is cheap, for sectorial scan phone cpu can easily handle it, of course it will not be all big HQ image, but for initial scan is enough, but ADC with pulse generator - that one is expensive, for decent…
If you don't like Linus, you can always fork Linux and create DyslexicAtheist OS :), but no you are attacking, he clearly says few mails later, that killing machine without very good reason is big no: I absolutely…
Yes you can and start whatever program you want, take i look at better-initramfs (https://github.com/slashbeast/better-initramfs), although it is more for gentoo/funtoo. Basicaly when linux boot from initrd it starts…
I agree, started to notice in google search last year about this time (maybe i getting older) or maybe DDG started to serve better results. Nowadays, I use google rarely in this year i can't remember when get better…
My couch scientist theory is that REM sleep is phase when brains reconnects and tunes quantum links between neuron groups (assuming brain is big quantum computer underneath), that why there are chaotic movements.
I'm not a lawyer, but i have high probability they have "Legitimate interest" to keep the keys (something like preventing fraud) and keys have expiry time
It needs to be revised and is not cool(tm) project than creating new language and rethinking how to avoid any pointer arithmetic (starting from char *str, to arrays char str[999]) is not very easy task.
You can run whatever system (L4 with formal verification and written in super secure language...) as long as there no redundant checks you are already doomed from start. Stuxnet is nice example why critical system must…
It would be more unreal if they introduce "Windows 9x" desktop shell, probably for me it would be reason even to consider to dual boot to windows
I'm interesting in this too and wondering why nobody did huge task and compiling everything into one book, starting from refining materials to making 8051/Z80 era pc
In my eyes reliability, having Russian expertise on metal working it is easer to build new rocket than create bullet prof inspection methodology and reuse it. That guy can lost trust with just few failed rockets and…
There have been multiple times posted about this and i not following too much, but i haven't seen anybody who can tune even small cnc for small scale production in less than year where there virtually 0 defects…
Probably google never do this: For this type application add fake permission control which feeds from random data to some recorded scenario like user record his free time
It is more like "The smallest dogs always bark the loudest" a.k.a. make sure/at least try to remind why are you important for everybody who meet.
Maybe can somebody enlighten why didn't do two actuators on same plates, even second only reading the hdd performance could be easily increased? Because current solution looks like put two hard drives in single…
Sorry that sounded like i'm scorching you i didn't mean it. Yes agree with when using HW initializing code in constructors I ended with two types of 'constructors/inits': 1 - for object initialization 2 - just for…
note, static initializers works in embedded you need to execute functions between __init_array_start and __init_array_end before using any static object in gcc somewhere in program
To prevent glitches it rarely problem but sometimes happens: imagine that default pin state must be high (on reset pin are floating) and moment you set pin mode to output it goes low, because data register is 0
As for input it can be always read to check real pin state, for example in open collector where 'high' value is determined by pull-up resistor, because microcontroller just make pin floating
From my perspective, most difficult part about containers is setting mount point and creating minimal root tree in which container tools like docker or lxc shines, of course when you need small specific container for…
Very ineffective solution for this type authentication, currently any manageable switch has option to enable packet switching only between selected ports (and is same with wirelesses, you can set that clients don't…
It is not cold war and people have telescopes with high quality cameras, you need damn good masked satellite to hide and i'm not talking about other governments space agencies... It is better version that this is…