Author: ProHoster

Digital events in St. Petersburg from 3 to 9 February

A selection of events for the week Specia Design Meetup #3 February 04 (Tuesday) Moskovsky Avenue RUR 55 SPECIA, with the support of Nimax, is organizing a design meeting where speakers will be able to share difficulties and solutions, as well as discuss pressing issues with colleagues. RNUG SPb Meetup February 500 (Thursday) Dumskaya 06 free Suggested topics: Domino release, Notes, Sametime V4, Volt (ex-LEAP), […]

Automatic verification of TOR requirements in the process of dynamic simulation

Continuing the topic “What is your evidence?”, let’s look at the problem of mathematical modeling from the other side. After we are convinced that the model corresponds to the homespun truth of life, we can answer the main question: “what, exactly, do we have here?” When creating a model of a technical object, we usually want to make sure that this object will meet our expectations. This is why […]

Write, don't cut. What I began to miss in the publications of Habr

Avoid value judgments! We split up the proposals. We throw away unnecessary things. We don't pour water. Data. Numbers. And without emotions. The “information” style, sleek and smooth, has completely taken over technical portals. Hello postmodern, our author is now dead. Already for real. For those who don't know. Information style is a series of editing techniques when any text should turn out to be a strong text. Easy to read, […]

The TFC project has developed a USB splitter for a messenger of 3 computers

The TFC (Tinfoil Chat) project proposed a hardware device with 3 USB ports to connect 3 computers and create a paranoid-protected messaging system. The first computer acts as a gateway for connecting to the network and launching the Tor hidden service; it manipulates already encrypted data. The second computer has the decryption keys and is used only to decrypt and display received messages. The third computer […]

Inlinec - a new way to use C code in Python scripts

The inlinec project has proposed a new way to inline-integrate C code into Python scripts. C functions are defined directly in the same Python code file, highlighted by the “@inlinec” decorator. The summary script is executed as is by the Python interpreter and parsed using the codec mechanism provided in Python, which makes it possible to connect a parser to convert the script […]

FreeNAS 11.3 release

FreeNAS 11.3 has been released - one of the best distributions for creating network storage. It combines ease of setup and use, reliable data storage, a modern web interface, and rich functionality. Its main feature is support for ZFS. Along with the new software version, updated hardware was also released: TrueNAS X-Series and M-Series based on FreeNAS 11.3. Key changes in the new version: […]

New version of the program for instant messaging Miranda NG 0.95.11

A new significant release of the multi-protocol instant messaging client Miranda NG 0.95.11 has been published, continuing the development of the Miranda program. Supported protocols include: Discord, Facebook, ICQ, IRC, Jabber/XMPP, SkypeWeb, Steam, Tox, Twitter and VKontakte. The project code is written in C++ and is distributed under the GPLv2 license. The program supports work only on the Windows platform. Among the most noticeable changes in the new […]

Platinum Games has launched a Kickstarter campaign for The Wonderful 101 re-release - the game will appear on PC, PS4 and Switch

As expected, on February 3, Platinum Games announced the launch of a Kickstarter campaign for the re-release of The Wonderful 101. Players have already funded the appearance of the project on PC (Steam), PS4 and Nintendo Switch. Platinum Games hoped to raise $50 thousand for the development of the remaster, but in just a few hours they collected more than $900 thousand. The campaign will end on March 6, and the updated The Wonderful 101 […]

Wine adapted to work using Wayland

As part of the Wine-wayland project, a set of patches and a winewayland.drv driver have been prepared that allow you to use Wine in environments based on the Wayland protocol, without using XWayland and X11-related components. In particular, it is possible to run games and applications that use the Vulkan graphics API and Direct3D 9, 10 and 11. Direct3D support is implemented using the DXVK layer, which translates […]

Netflix to start filming Resident Evil TV series in June

Last year, Deadline reported that a Resident Evil series was in development at Netflix. Now, fan site Redanian Intelligence, which previously revealed information about The Witcher series, has discovered a production record for the Resident Evil series that confirms some key details. The show must include eight episodes, each 60 minutes long. It is worth noting that this […]

OpenWifi project develops open Wi-Fi chip based on FPGA and SDR

At the last FOSDEM 2020 conference, the OpenWifi project was presented, developing the first open implementation of the full Wi-Fi 802.11a/g/n stack, the signal shape and modulation in which are specified in software (SDR, Software Defined Radio). OpenWifi allows you to create a fully controlled implementation of all components of a wireless device, including low-level layers, which in conventional wireless adapters are implemented at the level of chips that are not auditable. Code of software components, [...]