Explore tweets tagged as #POSIX_Interfaces
@golangch
Golang News & Libs & Jobs - human 🗣️ , no 🤖
5 years
Release 2 of a cloud-native storage platform that provides both POSIX-compliant and S3-compatible interfaces. #golang.
Tweet media one
0
7
13
@DonaldM38768041
Donald Mitchell
5 years
Of course, computer nerds must have Knuth. The 1989 Windows NT book is interesting because it shows the original design, which included both win32 and POSIX interfaces. Only just now being done for the Azure cloud (well, a Linux API).
Tweet media one
2
1
10
@laurelsudeep
laurelsudeep
2 years
NuttX system architecture.1) Linux-compatible APIs.2) Standard C/C++ interfaces, defined by POSIX and ANSI.3) Supports all common CPU architectures,Cortex-A/Cortex-R/Cortex-M, AVR, MIPS, 32-bit/64-bit RISC-V, X86/X64, Z80, as well as Tensilica and CEVA DSPs.4) Network subsystems
Tweet media one
2
3
21
@rt_thread
RT-Thread IoT OS
5 years
Tweet media one
0
2
2
@jacobtechtavern
Jacob Bartlett
14 days
Apple Concurrency APIs (1989) - NeXTSTEP and POSIX Threads. After being ousted from Apple in 1985, Steve Jobs founded NeXT, a rival computer company. NeXT was hugely influential in object-oriented programming and graphical user interfaces and was eventually acquired by Apple. The
Tweet media one
Tweet media two
1
3
12
@gabe_monroy
Gabe Monroy
10 years
On Go, Portability, and System Interfaces http://t.co/ZymHgvDy3z #golang #posix.
0
2
4
@j8ahmed
Jamal J8 🕸
3 years
I have had to google this so many times so here it is for everyone else 🤣. Portable Operating System Interface (POSIX). POSIX (Portable Operating System Interface) is a set of standard operating system interfaces based on the Unix operating system. #programming #unix.
0
2
4
@tavianator
Tavian Barnes
6 years
"Although no existing implementation defines AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW as the same numeric value, POSIX.1-2017 does not prohibit that as the two constants are not used with the same interfaces."
1
1
1
@cpuguy83
@cpuguy83.bsky.social
3 years
Wasm/wasi allows the admin to relatively easily provide a custom implementation for posix interfaces. wasi libc means everyone ends up using the same implementation.
1
0
2
@anestisb
Anestis Bechtsoudis
11 years
For those interested, managed to port honggfuzz for Android using the posix arch interfaces. Enjoy :) |
0
2
4
@elprans
Elvis Pranskevichus
2 years
@penberg But developers don't routinely interact with POSIX interfaces directly. You write Python or JavaScript or whatever best fits your domain through layers of abstraction. This isn't about whether the underlying interface is bad or good. It's how effectively you interact with it.
3
0
3
@stochastician
Eric Jonas
5 years
2. The degree to which distributed filesystems with posix interfaces may all be destined to suck. They're trying to do so many things, for so many people, it's impossible. This may be Stockholm syndrome, but forcing your job IO through S3 eliminates so many headaches. /3.
2
0
8
@penberg
Pekka Enberg
2 years
I tend to see some parallels between SQL and POSIX. After spending lots of time studying the POSIX abstractions and interfaces, I can pretty confidently say that they're not a great for for modern hardware and applications. But whenever you mention building something better.
@1st1
Yury Selivanov - e/python
2 years
On "shaming SQL". 💨. 1/ Ever noticed how SQL seems to have ascended into the sacred realm of untouchable tech goats? 🐐 From a company barring benchmarks on their database to the DBA community resisting innovation, it's like questioning SQL is the ultimate tech sin.
6
2
25
@_qyousef
Qais Yousef
2 years
Good it's officially NAKed now. Portable software requires some kind of contract between the OS and the app, BPF scheduler will convert it to wild west. We need POSIX or whatever to evolve and provide better standard interfaces to cater for all workloads.
2
3
7
@joyjding
joy
12 years
@fugueish so basically unix-like is a family of kernels that have similar POSIX like interfaces.
0
0
0
@J_L_Colvin
John Colvin
2 years
“posix is my IDE” was just cope. Actually good interfaces can exist. Code is beautifully structured data. CO2 got too high in basements & devs got stuck in a loop.
1
0
0
@niceball_wuwaa
王萌豚
5 years
不知道理解的对不对以及是否过时的笔记: iOS和macOS的kernel是Darwin, Darwin是layered system, 且包含了Mach microkernel和BSD UNIX kernel, 提供了两种system-call interfaces: Mach的traps和BSD的POSIX, 除此之外还有一个I/O组件, 用来加载kernel extensions又名kexts (玩黑苹果的时候接触过).
0
1
0
@leon_timmermans
Leon Timmermans
15 years
I hate how I can't rely on NetBSD and OpenBSD implementing POSIX interfaces, even if it's a 9 years old version #bsdfail.
0
0
0
@saju_pillai
Saju Pillai
7 years
I think the urge to work on/with well defined posix and kernel level interfaces is now peaking. The world of applications is sooo aaaaarggghhhh.
0
0
0
@antirez
antirez bsky social
1 year
@_Mark_Atwood The problem is that:.1. certain POSIX interfaces exposed kinda O(N) APIs. 2. and. kernel hackers are happier to implement new (often not very well designed) interfaces than improving the old ones. So if you write high performance code, you need ifdefs to pick non std syscalls.
0
0
0