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

Antrag nach BayDSG/BayUIG/VIG Sehr geehrte Damen und Herren, bitte senden Sie mir Folgendes in elektronischer Form zu: - die Planfeststellungsunterlagen für den zweibahnigen Ausbau der B 10 zwischen Neu-Ulm (St 2021) bis zur Anschlussstelle Nersingen (A 7) - den Planfeststellungsbeschluss einschließlich Begründung und Abwägung der Einwendungen Diese Unterlagen waren im Internet veröffentlicht, liegen bei Ihnen also schon in el....



LinkedList 实现了 List 以及 Deque 的 双向链表 ,元素允许为 null,所以 LinkedList 同时具备 List 以及 Deque 的特性。 跟 ArrayList 一样,LinkedList 也是 非线程安全 的,可以使用包装方法获取同步对象: List list = Collections . synchronizedList ( new LinkedList (...)); iterator以及listIterator同样也被设计为 fail-fast 。 使用特性 LinkedList 内部实现上是个 链表 ,所以可以把它当作 链表 使用。 LinkedList 同样还可以代替 Stack 类当做 栈 来使用(官方也推荐这么做)。 但不合适作为 List 使用,List 相关的方法会比较耗时,性能低。 链表和栈相关的操作基本都可以在 固定时间 内完成,但是 Li....

If you’re like me, most of the mail you get anymore is junk mail. One common type of junk mail is “scratch-off promotions” from car dealerships. You know, those lottery-looking pieces that seem to award everyone the top prize?


Note : Updated on 2022-06-04 to reflect experience with actually maintaining these gems. This blog post talks about my experiences converting a handful of Ruby class libraries to gems. As do a lot of software engineers, I have a series of routines that I bring into almost every Ruby project I tackle that deal with what I consider core stuff you always need: url handling, database stuff, time parsing and so on. Normally I just copy th....

mdfind is an OSX executable which taps into the underlying spotlight index to find files quickly. However if you want to quickly sort results you need to pipe its output (the symbol i.e. shift key + forward slash) into another program. The program we are going to send its results to is xargs which then handles integrating the results from mdfind with another command and organizing the results. Note : I regard xargs as "Unix Dark Mag..

Like a lot of engineers, I have a handful of personal projects I keep around for various reasons. Some are useful and some are just for fun, but none of them get the same sort of investment as a funded commercial effort. The consequence of this is that it's all the more important to keep things as simple as possible, to focus the investment where it counts. Part of the way I achieve that is that I've spent some initial time putting together....

Cargo actually provides a way to cleanly rename tables without any “downtime,” but it’s not obvious or documented how to do this.

Cargo actually provides a way to cleanly rename tables without any “downtime,” but it’s not obvious or documented how to do this.

Cargo actually provides a way to cleanly rename tables without any “downtime,” but it’s not obvious or documented how to do this.

Cargo actually provides a way to cleanly rename tables without any “downtime,” but it’s not obvious or documented how to do this.

Code refactoring is an essential part of the job of software developers. As time goes on, technology evolves, product requirements change…

Series Index Python and Go: Part I - gRPC Python and Go: Part II - Extending Python With Go Python and Go: Part III - Packaging Python Code Python and Go: Part IV - Using Python in Memory Introduction In the previous post we compiled Go code to a shared library and used it from the Python interactive shell. In this post we’re going to finish the development process by writing a Python module that hides the low level detai..

Code refactoring is an essential part of the job of software developers. As time goes on, technology evolves, product requirements change…


Do you want more traffic, but don’t know where to start? Are you on Quora? Did you know you can use Quora to get traffic to your blog?

Using SVG icons instead of PNG or JPG has a few performance benefits, but they're not always straightforward to use. Here's how you do it.

One form or another of Two Factor Authentication - 2FA - (sometimes called Two step verification - 2SV) is becoming increasingly common. In particular, Time-based One Time Password (TOTP) is very widely used. TOTP is implemented in products like Google Authenticator , Microsoft Authenticator and Authy (amongst others). You absolutely should use an app like this for your day-to-day needs. However, sometimes it's useful to have a C..

Sometimes you want a BASH script to be able to fork itself, so that it continues to run in the background, so that it keeps running even if (say) the SSH session is disconnected. Although you could trigger it manually when calling your script, sometimes you want it to be conditional - if a lock exists you may not want to fork The mechanism this snippet uses is fairly simple, it checks to see if an environment variable is set, if not, it..

Previously, we have shared our AngularJS Security Fundamentals cheatsheet. This time around, we dive straight into the modern Angular security best practices.

This structure of this blog is almost completely maintained by hand: I manually add entries to the index page, often going back to edit existing posts, and several entries are perennial -- such as my Book list, as well as the syntopical collections on different sets of books. That makes it fairly tricky to automate an RSS feed: at the same time, enough (4) people have directly reached out to request one. Instead of spending a lo....


listmonk v0.7.0-alpha - nadh.in - 5 years ago - eng
Repository: @knadh/listmonk GitHub release page: v0.7.0-alpha This is a major breaking release with a completely rewritten frontend and numerous fixes and improvements. Some of the updates: New frontend and UI. Snappier and responsive.

When you sigh, where all that extra air come from? Have you ever realized you’re holding your breath unconsciously only for it to end with a deep exhale? Happened to me a couple weeks ago. I was driving and I noticed that from time to time I would be thinking about the other cars and the more I thought the shallower I breathed. Then, the driving situation would simplify and I would switch to “autopilot” cruising and release a single sigh an....

Politicians on the Left and Right are betting on new theories about money to bring about the change they seek, but both are neglecting ideas from classical economics that could help us prepare for economic disruptions ranging from the current pandemic to the coming AI revolution. .

Go currently lacks any sort of heredoc or similar syntax, and it's backtick syntax cannot contain backticks. This can make correctly encoded creating go strings, particularly for large strings that contain many backticks, a bit of a challenge. Here's a tool to safely encode any given input to Go string. It's written in Go using Go's own string encoder and compiled with WASM. The code as well as a CLI version of it are available on G..

Go currently lacks any sort of heredoc or similar syntax, and it's backtick syntax cannot contain backticks. This can make correctly encoded creating go strings, particularly for large strings that contain many backticks, a bit of a challenge. Here's a tool to safely encode any given input to Go string. It's written in Go using Go's own string encoder and compiled with WASM. The code as well as a CLI version of it are available on G..


I made a mistake: I bought an electric car. EV articles I have read on Hacker News and Reddit didn’t prepare me for a dozen EV infrastructure problems in my part of the EU. Anecdotes below explain lessons I learned … Continue reading →

Do you want to learn the how and when of implementing K-means clustering in Python? Would you like to practice your pandas skills with a real-world project? This week on the show, David Amos is back with another batch of PyCoder’s Weekly articles and projects.





Leo Babauta, in Showing Up Even When You’re Not Feeling It : “Most of us have an expectation that we should feel in the mood to do something. We should be excited, rested, focused. And when we do it, it should be easy, comfortable, fun, pleasurable. Something like that. That results, predictably, in running from the things that feel hard, overwhelming, uncomfortable.” You will not always feel like taking the hard road, but achiev..

Snyk has recently introduced a Priority Score to help prioritize vulnerabilities we detect, helping you identify the most important issues that need your attention.

If you find yourself asking whether to use functional components with Hooks over class components, you'll find a lot of outdated information out there. Let's settle this once and for all in this article.

In this post, I am going to talk about Apache Avro, an open-source data serialization system that is being used by tools like Spark, Kafka, and others for big data processing. What is Apache Avro According to Wikipedia: Avro is a row-oriented remote procedure call and data serialization framework developed within Apache’s Hadoop project. It uses JSON for defining data types and protocols, and serializes data in a compact binary format. Its ....

Whether you’re an IT systems administrator, developer or devop working with Linux/UNIX shell scripts, you’re likely going to come across some that are not well documented and difficult to trace (read and understand) as a result. While these scripts discourage others from tracing them, you can easily trace even the most difficult shell scripts if you follow good tracing procedures. Moreover, by tracing a difficult shell script, you build y..

Whether you’re an IT systems administrator, developer or devop working with Linux/UNIX shell scripts, you’re likely going to come across some that are not well documented and difficult to trace (read and understand) as a result. While these scripts discourage others from tracing them, you can easily trace even the most difficult shell scripts if you follow good tracing procedures. Moreover, by tracing a difficult shell script, you build y..



25 visitors online