Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Brian (brian@fosstodon.org), page 5

  1. Brian (brian@fosstodon.org)'s status on Sunday, 15-Apr-2018 13:59:55 EDT Brian Brian

    Putting a tired baby to sleep is my mech

    In conversation Sunday, 15-Apr-2018 13:59:55 EDT from fosstodon.org permalink
  2. Brian (brian@fosstodon.org)'s status on Sunday, 15-Apr-2018 07:15:15 EDT Brian Brian
    in reply to
    • Kev Quirk
    • Linux Liaison :ubuntu:

    @kev @brandon Google sheets running apps scripts can be really powerful. I've got one with ~2000 lines that serves a registration web app and handles all document creation for in-service records teachers need. Pretty amazing, really.

    That being said, I'm starting the process of moving it over to a true web app with a Firebase backend because running an entire website from a spreadsheet doesn't seem like a sustainable idea in the long run.

    In conversation Sunday, 15-Apr-2018 07:15:15 EDT from fosstodon.org permalink
  3. Brian (brian@fosstodon.org)'s status on Monday, 19-Mar-2018 17:11:11 EDT Brian Brian

    I learned more about regex and meaningful pattern matching in strings today than I ever wanted to.

    Building software is hard.

    In conversation Monday, 19-Mar-2018 17:11:11 EDT from fosstodon.org permalink
  4. Brian (brian@fosstodon.org)'s status on Monday, 19-Mar-2018 11:43:21 EDT Brian Brian
    • Chris Were 🐧
    • Eric Groft

    @ChrisWere @Groft So, turns out the LMS we're using strips inline JS and CSS anyways. I ended up writing a custom JS function and importing through the admin side. Thanks!

    In conversation Monday, 19-Mar-2018 11:43:21 EDT from fosstodon.org permalink
  5. Brian (brian@fosstodon.org)'s status on Monday, 19-Mar-2018 09:23:28 EDT Brian Brian

    I think I definitely imagined the non-javascript table sorting.

    In conversation Monday, 19-Mar-2018 09:23:28 EDT from fosstodon.org permalink
  6. Brian (brian@fosstodon.org)'s status on Monday, 19-Mar-2018 09:12:02 EDT Brian Brian
    • Eric Groft

    @Groft That's why it's bugging me (maybe I dreamed it). I thought it had to do with a CSS selector (maybe first-child?)...I don't know...

    In conversation Monday, 19-Mar-2018 09:12:02 EDT from fosstodon.org permalink
  7. Brian (brian@fosstodon.org)'s status on Monday, 19-Mar-2018 09:06:02 EDT Brian Brian

    I _swear_ I saw a blog post/website about sorting an HTML table with only CSS (no JavaScript) and now, of course, when I'd like to use it, I can't find it. Any help?

    #webdev

    In conversation Monday, 19-Mar-2018 09:06:02 EDT from fosstodon.org permalink
  8. Brian (brian@fosstodon.org)'s status on Sunday, 18-Mar-2018 07:02:07 EDT Brian Brian

    I am terrible at chess.

    In conversation Sunday, 18-Mar-2018 07:02:07 EDT from fosstodon.org permalink
  9. Brian (brian@fosstodon.org)'s status on Sunday, 18-Mar-2018 05:57:22 EDT Brian Brian
    • [MOVED] David Ross

    @david_ross we finally figured it out because I was changing some scripts and the console errors weren't resolving. I removed the entire function causing the error and it still showed. More on a whim, we did a whois lookup and found the the reversion. It was definitely not something I'd seen before. But, very glad to have it fixed.

    In conversation Sunday, 18-Mar-2018 05:57:22 EDT from fosstodon.org permalink
  10. Brian (brian@fosstodon.org)'s status on Sunday, 18-Mar-2018 05:42:28 EDT Brian Brian
    • [MOVED] David Ross

    @david_ross I finally figured out that the DNS transfer never finished, so the new site reverted back to the only nameservers, breaking SSL, email, and all kinds of stuff. The old host has a privacy setting which prevented the authentication email from going to the site owner because it was an "unknown sender."

    That registrar in particular, I learned, is particularly bad at domain transfers. We disabled the source blocks and redid the transfer. Everything is working again.

    In conversation Sunday, 18-Mar-2018 05:42:28 EDT from fosstodon.org permalink
  11. Brian (brian@fosstodon.org)'s status on Saturday, 17-Mar-2018 20:26:37 EDT Brian Brian
    • Dr Brian Ballsun-Stanton

    @DenubisX Ok, I think I got it. I was able to push a file to the server successfully. Now, I just need to figure out how to get the working trees the same so I don't rewrite my entire blog directory. Thanks!

    In conversation Saturday, 17-Mar-2018 20:26:37 EDT from fosstodon.org permalink
  12. Brian (brian@fosstodon.org)'s status on Saturday, 17-Mar-2018 19:09:19 EDT Brian Brian
    • Dr Brian Ballsun-Stanton

    @DenubisX ok, that's what I was thinking, but I saw some other articles that showed a dedicated git user. I'll give it a shot after the kids are in bed (soon).

    In conversation Saturday, 17-Mar-2018 19:09:19 EDT from fosstodon.org permalink
  13. Brian (brian@fosstodon.org)'s status on Saturday, 17-Mar-2018 18:01:11 EDT Brian Brian
    • Dr Brian Ballsun-Stanton

    @DenubisX got it. So, the config on the local branch needs that. Do I need a git ssh user on my server?

    In conversation Saturday, 17-Mar-2018 18:01:11 EDT from fosstodon.org permalink
  14. Brian (brian@fosstodon.org)'s status on Saturday, 17-Mar-2018 14:31:55 EDT Brian Brian
    • Dr Brian Ballsun-Stanton

    @DenubisX Ok, still having issues.

    Config is here: https://gist.github.com/bennettscience/41ebf28d6be691e360dc31677bb246ea

    Endpoint for the remote should be ohheybrian.com/nodes.

    It's a Jekyll site self hosted. The goal is to be able to push from local straight to the repo without using Github as an intermediate. I have a SSH user for myself. Do I need to create a new git user on the server for this to work?

    In conversation Saturday, 17-Mar-2018 14:31:55 EDT from fosstodon.org permalink
  15. Brian (brian@fosstodon.org)'s status on Saturday, 17-Mar-2018 13:42:45 EDT Brian Brian

    I'm helping a friend update a non profit website written in SHTML, mostly. I added an SSL cert and is still showing as insecure. I've checked every image and external file and can't seem to find the error.

    Is SHTML still valid? Or should I convert to HTML5 and rely on a .htaccess file to write all urls as https? I'm a little lost on this one.

    #infosec #webdev

    In conversation Saturday, 17-Mar-2018 13:42:45 EDT from fosstodon.org permalink
  16. Brian (brian@fosstodon.org)'s status on Saturday, 17-Mar-2018 08:54:26 EDT Brian Brian
    • Dr Brian Ballsun-Stanton

    @DenubisX not at my computer right now. I have a local repo and used git init on an empty repo server side. I need to try to push with ssh rather than https. I'll try and follow up later.

    In conversation Saturday, 17-Mar-2018 08:54:26 EDT from fosstodon.org permalink
  17. Brian (brian@fosstodon.org)'s status on Saturday, 17-Mar-2018 08:53:11 EDT Brian Brian
    • Alex Schroeder 🐝
    • 💾 UberGeek.bak

    @kensanata @UberGeek ok, that makes sense.

    In conversation Saturday, 17-Mar-2018 08:53:11 EDT from fosstodon.org permalink
  18. Brian (brian@fosstodon.org)'s status on Friday, 16-Mar-2018 22:24:54 EDT Brian Brian
    • 💾 UberGeek.bak

    @UberGeek So, without HTTPS transport, a push over HTTPS wouldn't even see a remote repo, right?

    In conversation Friday, 16-Mar-2018 22:24:54 EDT from fosstodon.org permalink
  19. Brian (brian@fosstodon.org)'s status on Friday, 16-Mar-2018 22:16:03 EDT Brian Brian
    • 💾 UberGeek.bak

    @UberGeek out* of the box

    In conversation Friday, 16-Mar-2018 22:16:03 EDT from fosstodon.org permalink
  20. Brian (brian@fosstodon.org)'s status on Friday, 16-Mar-2018 22:15:32 EDT Brian Brian
    • 💾 UberGeek.bak

    @UberGeek got it. I thought https would work or of the box. I'll get a user set up and try again.

    In conversation Friday, 16-Mar-2018 22:15:32 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.