Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by codesections (codesections@fosstodon.org), page 20

  1. BO41 (bo41@fosstodon.org)'s status on Saturday, 01-Sep-2018 14:06:51 EDT BO41 BO41

    one step closer💪
    #deleteGoogle

    In conversation Saturday, 01-Sep-2018 14:06:51 EDT from fosstodon.org permalink Repeated by codesections
  2. codesections (codesections@fosstodon.org)'s status on Saturday, 01-Sep-2018 15:12:14 EDT codesections codesections
    • goo
    • The Compiler / Florian

    @goo

    I don't really know #python and I know even less about making a web browser in python. However, I know exactly who *is* an expert on just that: @the_compiler the guy behind #qutebrowser—a full browser written which is not only written in python but is also excellent. It's the browser I use every day, including right now.

    In conversation Saturday, 01-Sep-2018 15:12:14 EDT from fosstodon.org permalink
  3. codesections (codesections@fosstodon.org)'s status on Saturday, 01-Sep-2018 15:11:17 EDT codesections codesections
    • The Best Floppy Ever

    @SuperFloppies

    Yeah, I think most static site generators let you do something similar. In the static site generator I use (#gutenberg) you can use standard HTML comments (`<!-- -->`) which will show up in the generated file. Or you can use comments in the template (`{# #}`), which will get stripped out. I appreciate having both options.

    In conversation Saturday, 01-Sep-2018 15:11:17 EDT from fosstodon.org permalink
  4. codesections (codesections@fosstodon.org)'s status on Saturday, 01-Sep-2018 15:07:51 EDT codesections codesections
    • goo

    @goo

    Also, just curious, what are your goals for the browser you want to write? Is it just about being able to write your own (nothing wrong with that!) or do you want to build something that others will want to use? If so, what features would set your browser apart from the others out there? All very interesting—good luck!

    In conversation Saturday, 01-Sep-2018 15:07:51 EDT from fosstodon.org permalink
  5. goo (goo@fosstodon.org)'s status on Saturday, 01-Sep-2018 14:12:05 EDT goo goo

    Hi fosstodon / programmer friends! I'm thinking of making a web browser in #Python, similar to weboob but an actual browser. Here's the thing: I only have experience with tkinter. Should I stick to that for my #gui? Most probably a bad idea for embedding media right? What other options could I use? Is Python even the right solution for this? Help!

    In conversation Saturday, 01-Sep-2018 14:12:05 EDT from fosstodon.org permalink Repeated by codesections
  6. codesections (codesections@fosstodon.org)'s status on Friday, 31-Aug-2018 21:08:17 EDT codesections codesections
    • Stanislas

    This blog post is a really good summary of various CLI utilities that are (arguably) a step up from #linux builtins. There are several in there that I use, along with several that I decided that were overcomplicated, and a couple I hadn't heard of and want to look into. https://remysharp.com/2018/08/23/cli-improved

    (Via @angristan)

    In conversation Friday, 31-Aug-2018 21:08:17 EDT from fosstodon.org permalink
  7. codesections (codesections@fosstodon.org)'s status on Saturday, 18-Aug-2018 13:54:09 EDT codesections codesections
    • Eugen
    • Kev Quirk
    • Fosstodon

    Sooo … I accidentally launched a bit of a DDoS attack on @fosstodon: My post on Mastodon's awesomeness hit the Hacker News front page and people seemed to believe me about how great fosstodon is!

    Welcome, everyone!

    According to @kev, we've upgraded our server to handle the increased load, and I've taken the plunge to support fosstodon on Patreon[0].

    If you're a Mastodon regular, I'd encorage you to do the same for your local instance!

    cc @Gargron

    [0]:https://www.patreon.com/fosstodon

    In conversation Saturday, 18-Aug-2018 13:54:09 EDT from fosstodon.org permalink
  8. codesections (codesections@fosstodon.org)'s status on Friday, 03-Aug-2018 11:32:07 EDT codesections codesections
    • emsenn

    @emsenn Yeah, those might be better solutions.

    My quick approach for now is to change from
    ```
    {%- if context.content is containing("<article") -%}
    ```
    to
    ```
    {%- if context.content is containing("<article") or context.pages -%}
    ```

    This adds in all the CSS to sections with sub-pages, which isn't *quite* as efficient, but it's close

    In conversation Friday, 03-Aug-2018 11:32:07 EDT from fosstodon.org permalink
  9. codesections (codesections@fosstodon.org)'s status on Friday, 03-Aug-2018 11:16:58 EDT codesections codesections
    • emsenn

    @emsenn

    Thanks. I just realized that my implementation has a bug, though—I'm just checking the text of the page/template, so I'm *not* checking the text of pages/templates that are included in other Tera syntax. This has slightly borked the formatting on my blog homepage, so maybe I was a bit too clever for my own good!

    (But I bet I'll figure out a fix)

    In conversation Friday, 03-Aug-2018 11:16:58 EDT from fosstodon.org permalink
  10. codesections (codesections@fosstodon.org)'s status on Friday, 03-Aug-2018 09:29:20 EDT codesections codesections
    in reply to
    • Kev Quirk

    @kev I ran into the same issue. It turns out that you can de-link your the account as soon as your Medium account is created and go to just a email login. So, it's bad, but not *quite* as bad as it look. (Still crazy, though)

    In conversation Friday, 03-Aug-2018 09:29:20 EDT from fosstodon.org permalink
  11. codesections (codesections@fosstodon.org)'s status on Friday, 03-Aug-2018 09:20:51 EDT codesections codesections
    • mkb

    @mkb

    I haven't used KeyBase chat (much, anyway) though I have it installed. With all these things, though, it comes down to what teams are already using—I'm not going to be able to show up somewhere new and get people to change their tools on day 1! And I'm not part of any teams that use KeyBase chat, at least at the moment.

    In conversation Friday, 03-Aug-2018 09:20:51 EDT from fosstodon.org permalink
  12. codesections (codesections@fosstodon.org)'s status on Friday, 03-Aug-2018 09:17:03 EDT codesections codesections
    • Thor, the Norseman has moved!

    @thor

    Warranties tend to be pretty awful in general. Retailers push them because they're often very profitable, but they're generally not a good deal for you at all—unless you *really* can't afford to pay for the repair. In the long run, it's far better to save the money on the warranty, put it aside, and use that to fund repairs.

    In conversation Friday, 03-Aug-2018 09:17:03 EDT from fosstodon.org permalink
  13. codesections (codesections@fosstodon.org)'s status on Friday, 03-Aug-2018 09:11:34 EDT codesections codesections
    • h4ck3r9(old account)

    @h4ck3r9

    #notlegaladvice #AmALawyerButNotLicensedInYourState

    I would *strongly* recommend against relying on any of this, for anything. There's a long tradition of people trying arguments like this, and they *never* work, and people who try them get fined/imprisoned

    In conversation Friday, 03-Aug-2018 09:11:34 EDT from fosstodon.org permalink
  14. codesections (codesections@fosstodon.org)'s status on Friday, 03-Aug-2018 09:02:27 EDT codesections codesections
    • emsenn

    Just revised my #gutenberg templates to conditionally inline CSS *only* when the specific styles are needed. This cuts the number of lines in my homepage by 30%!

    (Thanks to the power of compression, this only cuts the *download* size by ~10%, but it makes the `view-source` a lot more readable. Plus, not everyone gets the compressed page)

    @emsenn

    In conversation Friday, 03-Aug-2018 09:02:27 EDT from fosstodon.org permalink
  15. codesections (codesections@fosstodon.org)'s status on Friday, 03-Aug-2018 08:53:33 EDT codesections codesections
    • Nigel
    • C.Cameron
    • Hund
    • sávoy

    @hund @cameron @ignitionigel @pinguino
    Working now. Thanks!

    In conversation Friday, 03-Aug-2018 08:53:33 EDT from fosstodon.org permalink
  16. codesections (codesections@fosstodon.org)'s status on Friday, 03-Aug-2018 08:45:49 EDT codesections codesections
    • Nigel
    • C.Cameron
    • Hund
    • sávoy

    @hund @cameron @ignitionigel @pinguino
    Test toot using Vim with the set.editor command—it seems to work, but not to include my config settings or spellcheck. I'll have to look into this more!

    In conversation Friday, 03-Aug-2018 08:45:49 EDT from fosstodon.org permalink
  17. codesections (codesections@fosstodon.org)'s status on Friday, 03-Aug-2018 08:35:46 EDT codesections codesections
    • Nigel
    • C.Cameron
    • Hund
    • sávoy

    @pinguino @hund @ignitionigel @cameron My problem with using quitebrowser for Mastodon is that I *really* can't spell, and quitebrowser doesn't have a spell check (understandable—they're hard to implement well).

    I'm not familiar with Bitlbee. Does it check spelling?

    In conversation Friday, 03-Aug-2018 08:35:46 EDT from fosstodon.org permalink
  18. codesections (codesections@fosstodon.org)'s status on Thursday, 02-Aug-2018 23:45:52 EDT codesections codesections
    • jacob [is mooshoe]
    • kelbot ◖⎚∠⎚◗

    @mooshoe @kelbot Well, *I'm* not—but I never was :D

    (Er, well, I'd say that they're no more "purely driven by profit" than the average public company, maybe less. But that's still pretty purely driven by profit for their shareholders!)

    Others may well disagree, and argue that Google is especially bad, and I'd see where they're coming from. I wouldn't put it that way, but I'd agree that Google's scale makes them especially troubling—and some of their (alleged) antitrust actions use that scale

    In conversation Thursday, 02-Aug-2018 23:45:52 EDT from fosstodon.org permalink
  19. codesections (codesections@fosstodon.org)'s status on Thursday, 02-Aug-2018 23:39:15 EDT codesections codesections
    • jacob [is mooshoe]
    • kelbot ◖⎚∠⎚◗

    @mooshoe @kelbot I'd agree with most of that. I tend not to use words like "evil" for an org like Google, personally—even if accurate for some orgs, it's rarely helpful/precise. And I wouldn't say that they're "conspiring", exactly.

    What I would say is that they have economic incentives that would cause them to push the Internet in less free/less private directions; they seem to be acting on those incentives; and I'm troubled—troubled enough to play my (small) part in reducing dependence

    In conversation Thursday, 02-Aug-2018 23:39:15 EDT from fosstodon.org permalink
  20. codesections (codesections@fosstodon.org)'s status on Thursday, 02-Aug-2018 23:09:47 EDT codesections codesections
    • jacob [is mooshoe]
    • kelbot ◖⎚∠⎚◗

    @mooshoe @kelbot One thing we *can* tell from the outside, though, is that Google has direct, economic interests in gathering data—in fact, it's their whole business model. Thus, *if* you care deeply about your privacy, Google's interests aren't aligned with yours, but opposed. And it would take inhuman saintliness to ignore those interests.

    If you *don't* care about your privacy, the questions seem much harder; Google offers many cool toys in return for the data they make billions off of

    In conversation Thursday, 02-Aug-2018 23:09:47 EDT from fosstodon.org permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.