●● IRC: #techbytes @ Techrights IRC Network: Saturday, October 15, 2022 ●● ● Oct 15 [00:16] *psydruid (~psydruid@jevhxkzmtrbww.irc) has joined #techbytes [00:22] *psydruid (~psydruid@jevhxkzmtrbww.irc) has left #techbytes [00:28] *psydruid (~psydruid@jevhxkzmtrbww.irc) has joined #techbytes ● Oct 15 [01:46] *liberty_box has quit (Ping timeout: 2m30s) [01:46] *rianne has quit (Ping timeout: 2m30s) [01:48] *rianne_ has quit (Ping timeout: 120 seconds) ● Oct 15 [03:35] *geert (~geert@4sg33k94s3er4.irc) has joined #techbytes [03:36] geert supsupsupsup ● Oct 15 [04:53] *geert has quit (Quit: leaving) ● Oct 15 [06:27] *psydruid (~psydruid@jevhxkzmtrbww.irc) has left #techbytes [06:42] *psydruid (~psydruid@jevhxkzmtrbww.irc) has joined #techbytes ● Oct 15 [07:10] schestowitz
  • [07:10] schestowitz
    Focus writing with (despite) LaTeX
    [07:10] -TechBytesBot/#techbytes-jmtd.net | jmtd log Focus writing with (despite) LaTeX [07:10] schestowitz
    [07:10] schestowitz

    LaTeX the age-old typesetting system makes me angry. Not because it's bad. To clarify, not because there's something better. But because there should be.

    [07:10] schestowitz

    When writing a document using LaTeX, if you are prone to procrastination it can be very difficult to focus on the task at hand, because there are so many yaks to shave. Here's a few points of advice.

    [07:10] schestowitz
    [07:10] schestowitz
  • [07:12] schestowitz
  • [07:12] schestowitz
    Use your phone as an IoT device in the Arduino Cloud
    [07:12] -TechBytesBot/#techbytes-blog.arduino.cc | Use your phone as an IoT device in the Arduino Cloud | Arduino Blog [07:12] schestowitz
    [07:12] schestowitz

    Getting started with a new device management platform is a drag. You have to get familiar with the terminology and the environment. You have to create new devices, dashboards, widgets, and read a lot of documentation and thats usually very time consuming, even if the platform is very easy to use.

    [07:12] schestowitz

    Furthermore, it is even more tedious if the platform is targeted to manage physical devices. You need to have some devices close at hand, you need to learn how to code your hello world or getting started examples and subsequent programming. Even if the platform is very intuitive, this is something that usually pulls users back.

    [07:12] schestowitz

    At the end of the day, what users want to have is a straightforward way to evaluate what they can achieve with the platform, the performance, the look and feel and the global interaction experience.

    [07:12] schestowitz
    [07:12] schestowitz
  • [07:21] *psydruid (~psydruid@jevhxkzmtrbww.irc) has left #techbytes [07:22] *psydruid (~psydruid@jevhxkzmtrbww.irc) has joined #techbytes [07:22] schestowitz
  • [07:22] schestowitz
    On language bindings & Relaunching Guile-GnuTLS
    [07:22] schestowitz
    [07:22] -TechBytesBot/#techbytes-blog.josefsson.org | On language bindings & Relaunching Guile-GnuTLS Simon Josefsson's blog [07:23] schestowitz

    There are many ways to separate a project into two projects; just copying the files into a new git repository would have been the simplest and was my original plan. However Ludo mentioned git-filter-branch in an email, and the idea of keeping all git history for some of the relevant files seemed worth pursuing to me. I quickly found git-filter-repo which appears to be the recommend approach, and [07:23] schestowitz experimenting with it I found a way to filter out the GnuTLS repo into a small git repository that Guile-GnuTLS could be based on. The commands I used were the following, if you want to reproduce things.

    [07:23] schestowitz
    [07:23] schestowitz
  • [07:25] schestowitz
  • [07:25] schestowitz
    LinkedIn kicks out Infosec expert, then restores his profile
    [07:25] schestowitz
    [07:25] -TechBytesBot/#techbytes-iTWire - LinkedIn kicks out Infosec expert, then restores his profile [07:25] schestowitz

    One of Beaumont's jibes at Cloudflare was to list himself in his LinkedIn profile as the unaccountability manager for the company. He then got a message from LinkedIn citing this entry and saying that it had received a claim his profile contained inaccurate content.

    [07:25] schestowitz

    This led him to surmise that he was later cut off from LinkedIn due to a complaint from Cloudflare.

    [07:25] schestowitz

    LinkedIn temporarily suspended Beaumont's membership and asked him to verify his identity. Of this, he said; "The recovery process is mad, it asks you to take a photo of the front of your passport, which I did.. and thats it. You would have thought they wanted the ID page itself."

    [07:25] schestowitz
    [07:25] schestowitz
  • [07:29] *psydruid (~psydruid@jevhxkzmtrbww.irc) has left #techbytes [07:32] *psydruid (~psydruid@jevhxkzmtrbww.irc) has joined #techbytes [07:41] schestowitz x https://cio.economictimes.indiatimes.com/news/consumer-tech/microsoft-introduces-4-tools-to-empower-creators/94855470 [07:41] -TechBytesBot/#techbytes-cio.economictimes.indiatimes.com | microsoft: Microsoft introduces 4 tools to empower creators, CIO News, ET CIO [07:41] schestowitz x https://www.techrepublic.com/article/linux-foundation-partnership-with-edx/ [07:41] -TechBytesBot/#techbytes-The Linux Foundation and edX | TechRepublic [07:41] schestowitz x https://www.healthleadersmedia.com/technology/code-conduct-unveiled-healthcare-data-exchange [07:42] -TechBytesBot/#techbytes-www.healthleadersmedia.com | Code of Conduct Unveiled for Healthcare Data Exchange | HealthLeaders Media [07:44] *psydruid (~psydruid@jevhxkzmtrbww.irc) has left #techbytes [07:46] *psydruid (~psydruid@jevhxkzmtrbww.irc) has joined #techbytes [07:56] schestowitz
  • [07:56] schestowitz
    How To Restrict Access To Linux Servers Using TCP Wrappers
    [07:56] -TechBytesBot/#techbytes-Restrict Access To Linux Servers With TCP Wrappers - OSTechNix [07:56] schestowitz
    [07:56] schestowitz

    In this guide, we are going to learn what is TCP Wrappers, what is it used for, how to install TCP Wrappers in Linux, and how to restrict access to Linux servers using TCP Wrappers.

    [07:56] schestowitz
    [07:56] schestowitz
  • [07:58] *psydroid2 (~psydroid@memzbmehf99re.irc) has joined #techbytes ● Oct 15 [08:09] *liberty_box (~liberty@ngvjyiryrrbba.irc) has joined #techbytes [08:09] *rianne_ (~rianne@freenode-vjf.peq.k31cok.IP) has joined #techbytes [08:09] *techright-sec is now known as techrights-sec [08:20] *psydroid2 has quit (Ping timeout: 2m30s) [08:23] *psydroid2 (~psydroid@memzbmehf99re.irc) has joined #techbytes [08:54] *u-amarsh04 has quit (Quit: Konversation terminated!) ● Oct 15 [09:00] *u-amarsh04 (~amarsh04@22agg6qj8dxhg.irc) has joined #techbytes ● Oct 15 [10:21] *Noisytoot has quit (Quit: ZNC 1.8.2 - https://znc.in) [10:21] *Noisytoot (~noisytoot@tkbibjhmbkvb8.irc) has joined #techbytes ● Oct 15 [11:18] *psydroid2 has quit (connection closed) [11:58] *psydruid (~psydruid@jevhxkzmtrbww.irc) has left #techbytes ● Oct 15 [12:35] *psydruid (~psydruid@jevhxkzmtrbww.irc) has joined #techbytes ● Oct 15 [14:28] *rianne (~rianne@ngvjyiryrrbba.irc) has joined #techbytes [14:28] *schestowitz[TR2] has quit (Ping timeout: 2m30s) [14:28] *schestowitz[TR] has quit (Ping timeout: 2m30s) [14:28] *rianne_ has quit (Ping timeout: 2m30s) [14:28] *MinceR has quit (Ping timeout: 2m30s) [14:28] *liberty_box has quit (Ping timeout: 2m30s) [14:28] *schestowitz[TR2] (~schestowitz[TR]@ngvjyiryrrbba.irc) has joined #techbytes [14:28] *rianne_ (~rianne@ngvjyiryrrbba.irc) has joined #techbytes [14:28] *psydruid has quit (Ping timeout: 2m30s) [14:28] *Techrights-sec2 has quit (Ping timeout: 2m30s) [14:28] *Techrights-sec2 (~quassel@ngvjyiryrrbba.irc) has joined #techbytes [14:28] *asusbox2 has quit (Ping timeout: 2m30s) [14:28] *schestowitz has quit (Ping timeout: 2m30s) [14:28] *schestowitz-TR has quit (Ping timeout: 2m30s) [14:28] *liberty_box (~liberty@ngvjyiryrrbba.irc) has joined #techbytes [14:28] *MinceR (~mincer@bringer.of.light) has joined #techbytes [14:28] *irc.techrights.org sets mode +a #techbytes MinceR [14:28] *schestowitz-TR (~acer-box@ngvjyiryrrbba.irc) has joined #techbytes [14:28] *schestowitz[TR] (~schestowitz[TR]@ngvjyiryrrbba.irc) has joined #techbytes [14:28] *asusbox2 (~rianne@ngvjyiryrrbba.irc) has joined #techbytes [14:29] *schestowitz (~roy@ngvjyiryrrbba.irc) has joined #techbytes [14:29] *irc.techrights.org sets mode +q #techbytes schestowitz [14:52] *Noisytoot has quit (Ping timeout: 2m30s) ● Oct 15 [15:00] *Noisytoot (~noisytoot@tkbibjhmbkvb8.irc) has joined #techbytes ● Oct 15 [16:13] *psydruid (~psydruid@jevhxkzmtrbww.irc) has joined #techbytes [16:56] *schestowitz[TR3] has quit (Quit: Ex-Chat) ● Oct 15 [18:32] *psydroid2 (~psydroid@h635kpe3hju7k.irc) has joined #techbytes ● Oct 15 [21:02] *u-amarsh04 has quit (Quit: Konversation terminated!) [21:34] *u-amarsh04 (~amarsh04@22agg6qj8dxhg.irc) has joined #techbytes [21:55] *psydroid2 has quit (connection closed) ● Oct 15 [22:00] *GNUmoon2 has quit (connection closed) [22:00] *GNUmoon2 (~GNUmoon@w432nk8im23p8.irc) has joined #techbytes ● Oct 15 [23:22] *geert (~geert@ktj658u2y4m3q.irc) has joined #techbytes