Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK


What does this program do? At the most reduced level, one could say that a program’s behavior is defined by the effect it has on the hardware running it. That’s not very useful however; when we’re programming, we often have to deal with legacy code and tease out the original intent of the code. Saying that the meaning of a program is entirely encapsulated by the code is saying that the intent and the implementation are the same. They so r....

I’ve been looking at how I can improve the performance of an internal service written in Python. I was wondering if there is a way to speed things up without rewriting large part of the code or using another programming language to rewrite part of the code. Then I remember reading about Pyston (a faster and highly-compatible with Cpython from Dropbox) on HackerNews and this seems like an opportunity to try it out. I’ve integrated into t..

I’ve been looking at how I can improve the performance of an internal service written in Python. I was wondering if there is a way to speed things up without rewriting large part of the code or using another programming language to rewrite part of the code. Then I remember reading about Pyston (a faster and highly-compatible with Cpython from Dropbox) on HackerNews and this seems like an opportunity to try it out. I’ve integrated into t..

The Node ecosystem is consistently under fire for malicious attempts. November 4, 2021 was another success.

Why I like lobste.rs - ztoz.blog - 4 years ago - eng
Lobste.rs is a “computing focused community” and this post is a good example of why I like it: Thinking about the data model of file systems and alternatives is a pretty geeky subject, but impactful Comments are respectful and build on the post Comments add historical context

Why I like lobste.rs - ztoz.blog - 4 years ago - eng
Lobste.rs is a “computing focused community” and this post is a good example of why I like it: Thinking about the data model of file systems and alternatives is a pretty geeky subject, but impactful Comments are respectful and build on the post Comments add historical context

Last month I wrote about Cyclic Workflows with Cylc and StackStorm and how few workflow managers support cyclic workflows. I was surprised today while reading Prefect documentation to see this paragraph: Most workflow frameworks act as if looping is impossible (stressing the Acyclic part of the DAG), but it’s actually trivial to implement. We simply dynamically unroll the loop, similar to how RNN gradients are sometimes computed.

Last month I wrote about Cyclic Workflows with Cylc and StackStorm and how few workflow managers support cyclic workflows. I was surprised today while reading Prefect documentation to see this paragraph: Most workflow frameworks act as if looping is impossible (stressing the Acyclic part of the DAG), but it’s actually trivial to implement. We simply dynamically unroll the loop, similar to how RNN gradients are sometimes computed.


Another rainy day. SIM Cards!! Another day, another interesting HN post. I saw this post What is AT&T doing at 1111340002? . And the top was very interesting to me. Even in relatively technical circles, like HN, many people are not aware of this and I use every opportunity I have to reiterate: A SIM card is a full-blown computer with its own CPU and memory. Your carrier can upload and run arbitrary code without your con..

Another rainy day. SIM Cards!! Another day, another interesting HN post. I saw this post What is AT&T doing at 1111340002? . And the top was very interesting to me. Even in relatively technical circles, like HN, many people are not aware of this and I use every opportunity I have to reiterate: A SIM card is a full-blown computer with its own CPU and memory. Your carrier can upload and run arbitrary code without your con..

About - blog.yelinaung.com - 4 years ago - eng
Hi! My name is yelinaung I am writing down what I’ve learned recently learning progress interesting topics books

About - blog.yelinaung.com - 4 years ago - eng
Hi! My name is yelinaung I am writing down what I’ve learned recently learning progress interesting topics books

Life is too short to drink cheap whiskey unknown This is the third post in a series of 13 posts about how to be a game changer. In the previous two posts, we defined the concept and started looking at which games to change . Today we’ll look at the main way to be a game changer - to opt out. According to Merriam-Webster dictionary a game changer is “a newly introduced element or factor that changes an existing situation or ....

Hormones! :D - artemislena.eu - 4 years ago - eng
So, as ya might know, we're trans, and we've been on E2 (estradiol), since the 30tha August now, and we started on cypro (CPA, an antiandrogen) on Thursday this week. Which's pretty exciting, so I wanteda make a post on it ^^ Well. Not much morea say on this. We waited for months, basically (see my "gatekeeping" posts), which's too long, but still shorter than what a lotta others needa wait (my condolences if ya'vea go thru, whatever, the....

Fragments 2 - artemislena.eu - 4 years ago - eng
Context: Wikipedia says schizophrenia lowers life expectancy by about 20 years] fc17: So schizophrenics die more often… T.: What? There's far less schizophrenics than other people. fc17: But if we had the same amount of schizophrenics and others in the population… T.: If half the population were schizophrenic, we'd've a problem. fc17: Note: This isn't quite politically correct (I mean, these are literally thoughts written down, ....

I’ve just emailed my UK MP to complain about government corruption & Owen Patterson . You should do the same. As always, we need as many people as possible to speak out. This is what I wrote, if anyone wants some ideas: Dear < MP  Name>, Like many others, I am angered - but not very surprised - by the latest revelations of government corruption, revealed by the corrupt behaviour....

Things that I stumbled on a rainy day. Understanding how Trie (Data Structure) works Understanding how Raft (Distributed Consensus algorithm) works Trie I have heard/seen it but not in detail until now. Saw someone posted about it on HN and makes me curious. I also found a post about Trie written in Python by Googling. I like the clear explanation with diagrams and put the code on github . Some takeaways Cool data structure to ..

Things that I stumbled on a rainy day. Understanding how Trie (Data Structure) works Understanding how Raft (Distributed Consensus algorithm) works Trie I have heard/seen it but not in detail until now. Saw someone posted about it on HN and makes me curious. I also found a post about Trie written in Python by Googling. I like the clear explanation with diagrams and put the code on github . Some takeaways Cool data structure to ..

Flo, our dog, spent her whole fifteen-years long life with us. Many, many times after she passed away, I wondered if she lived a happy dog life or not. In The posthuman dog (Aeon), Jessica Pierce poses a fascinating question that somehow helps find answers to my troubling question: If humans were to disappear from the face of the Earth, what might dogs become? And would they be better off without us?

Tonight someone opened a ticket on the Eve repository. I jotted down a quick reply and was about to hit the Comment button when I thought a more articulated reply was in order. I also want it published on my website. So the question is: Is Eve still maintained? My reply goes like this: Hello, yes, Eve is in ‘maintenance mode’, as I call it. I don’t actively develop new features anymore. Still, I am more than willing to code-r..

That one time I have to extract, transform and load a massive CSV file into a bunch of database entities and it was kinda slow… The class had position based CSV bindings, loaded into beans and streamed from a pretty big CSV file (+10Gb): public class CSVUserEntry { @CsvBindByPosition(position = 0) private String userId; @CsvBindByPosition(position = 1) private String username; @CsvBindByPosition(position = 2) private String deviceId; @CsvBi..

Are you getting the most out of the Django framework? It's a powerful web framework if you're not interested in reinventing the wheel. Django includes a useful template system with inheritance for composing reusable HTML. This week on the show, we have previous guest and Real Python author Christopher Trudeau to talk about his recent articles and courses about Django.

You will be amazed at their skill and you'll want to keep checking the updates. Desi-sexy.info has a lot of premium Hyderabadnude content for your deepest desires.

Cloud misconfigurations can lead to breaches and security failures — especially when the vulnerability is related to Identity and Access Management (IAM).

This is an reply to a series of posts on anglo-centrism in programming languages that have been floating around in Gemini lately. gemini://nytpu.com/gemlog/2021-10-31.gmi gemini://alsd.eu/en/2021-11-04-thoughts-anglocentrism-cs.gmi Around thirty years ago I was a kid with a computer. I learned to program quite a few years before I learned English. I also used DOS without understanding English. I knew what to type to do things, but I..

MagKnob - ciesie.com - 4 years ago - eng
Let’s control volume with a (moderately) fancy knob! AS5601 might be my favourite sensor right now. It’s an on-axis magnetic rotary position sensor. It generates a signal typical for encoders, but it does it by detecting the change in a magnetic field of a diametrically magnetized, rotating magnet. The knob acts as a USB HID device. That means that, currently, it can do everything that a 2 button keyboard could do.



Learn about a new extension to dependency confusion which has its premise on npm’s package aliasing capabilities.

We’re currently moving the "issues" tab of Snyk reports over to Elasticsearch. Read what we learned about in terms of analyzers, tokenizers, and search in the process.

This is a response to the post “Making Gemini Easy” over on ~tomasino, and the title is a bit tongue-in-cheek haha-but-no-really. gemini://tilde.team/~tomasino/journal/20211103-making-gemini-easy.gmi I think the idea that we need to shield the users from how technology works is a terrible, terrible mistake. It disempowers the users, and concentrates power in the hands of a technological elite, and that divide is only going to grow. ..

Learn about Docker labels ("annotations" in the OCI Image Specification) what they are, some standardized uses as well as some practices you can use to enhance your container security posture.

I'm not a staunch nationalist, nor am I an athlete of any description, yet I find myself in the same quadrennial boat as most others - the Olympics is an entertaining event to watch. Good-spirited competition drives people to push themselves to the extremes and work together to

Learn about common type confusions scenarios where input sanitisation and validation can be bypassed by providing an unexpected input type. We’ll also provide remediation examples or suggestions for open source maintainers who are looking to patch these kinds of input validation bypasses.

Welcome to 2021. We have: supply chain issues no reasonably priced GPU-s consumer-grade CPU-s with peak power consumption at 296W GPU-s that consume 350-400W of power under normal use Accurate representation of CPU-s in 2021. At the same time, we have made great leaps in CPU/GPU architectures and chip manufacturing technologies, which should result in faster and more efficient devices, right? Well, yes. However, with ....

Git had a bug from version 2.33 onwards, fixed in 2.35. (Thanks to Richard Laager’s comment for the exact version numbers.) “Stashing” then “unstashing” untracked files (new files you’ve just created) loses those new files, if any of the existing tracked files has a conflict. Let me explain.

koanf v1.3.2 - nadh.in - 4 years ago - eng
Repository: @knadh/koanf GitHub release page: v1.3.2 What’s Changed Refactor the posflag provider to make pflag parsing pluggable. by @knadh in https://github.com/knadh/koanf/pull/117 Full Changelog : https://github.com/knadh/koanf/compare/v1.3.1...v1.3.2


Learn how MongoDB built a successful security champions program and how they were able to encourage a mindset shift to embrace, rather than avoid, application security.

Table of Contents Don’t Fear Outdated Caches – Change Data Capture to the Rescue! Change Data Streaming Patterns in Distributed Systems Analyzing Real-time Order Deliveries using CDC with Debezium and Pinot Dissecting our Legacy: The Strangler Fig Pattern with Apache Kafka, Debezium and MongoDB Bonus: Debezium at the Trino Community Broadcast Learning More If you love to attend conferences around the world without actually leaving the comfo..

Table of Contents Don’t Fear Outdated Caches – Change Data Capture to the Rescue! Change Data Streaming Patterns in Distributed Systems Analyzing Real-time Order Deliveries using CDC with Debezium and Pinot Dissecting our Legacy: The Strangler Fig Pattern with Apache Kafka, Debezium and MongoDB Bonus: Debezium at the Trino Community Broadcast Learning More If you love to attend conferences around the world without actually leaving the comfo..


94 visitors online