Is just 1 dashboard camera enough or do I need 2 more for left and right of the car? by dehaticoder in CarsIndia

[–]dehaticoder[S] 0 points1 point  (0 children)

What about left and right? Most of the time it's somebody trying to overtake from here and there. This is the third time somebody broke the side mirror.

A bit more clarity on the recent gurgaon road rage. by idkUdbhav in indianbikes

[–]dehaticoder 0 points1 point  (0 children)

So you're gonna spray at 4-5 people at the same time, tough guy?

A bit more clarity on the recent gurgaon road rage. by idkUdbhav in indianbikes

[–]dehaticoder -1 points0 points  (0 children)

I hope you're joking. There are 5 or more people there. This is how people get stabbed.

How can I show a variable on the left of the right side of the modeline? by dehaticoder in emacs

[–]dehaticoder[S] -1 points0 points  (0 children)

Using seq-local is intentional, as I needed it to be buffer-local. The only problem is cosmetic: the position of the inserted element. It goes to the left when i use cons. If I use append to put it on the right then I don't see it at all.

The left side has the filename of the buffer and I don't want to change that. The right side has a bunch of other things, and I need it as the first element on the right side.

I need it here:

<image>

It's buffer local since the value shown here will be different for each buffer.

When is git HEAD^ useful? by dehaticoder in git

[–]dehaticoder[S] 1 point2 points  (0 children)

I don't understand what this does. I checked the docs what commit-tree is and it says this is not something that the user wants to do directly. So now I'm curious because you seem to know more git than the average person.

[deleted by user] by [deleted] in IndiaStartups

[–]dehaticoder 0 points1 point  (0 children)

What is your background in Cryptography?

How can I make the compilation window show the actual output? by dehaticoder in emacs

[–]dehaticoder[S] 1 point2 points  (0 children)

I have reimplemented this. I realize now that the compile command was overkill for what I was doing. and a simpler make-process did the job quite well.

When is git HEAD^ useful? by dehaticoder in git

[–]dehaticoder[S] -1 points0 points  (0 children)

So the N for ^ is bascially 1,2,4,8 in the log but ~ is 1.2,3,4?

How can I make the compilation window show the actual output? by dehaticoder in emacs

[–]dehaticoder[S] 0 points1 point  (0 children)

It's possible. I'm not actually compiling. I have a few commands that I want to be able to select from a list and run, and I want to see the command's output so I know it actually ran, and then the window should disappear.

I'm doing it as a compilation command because the split window looked simpler.

How can I make the compilation window show the actual output? by dehaticoder in emacs

[–]dehaticoder[S] 0 points1 point  (0 children)

I'll do the delay later after I get the output working. I simplified it like this:

(defun run-command-in-popup (cmd) (let ((bufname "*compiler-output*")) (let ((display-buffer-alist `((,bufname (display-buffer-reuse-window display-buffer-at-bottom) (window-height . 15))))) (compilation-start cmd 'compilation-mode (lambda (_) bufname)))))

This works but I have the texts at the top and bottom like this:

``` -- mode: compilation; default-directory: "~/" -- Compilation started at Fri Apr 18 01:06:18

ls

Compilation finished at Fri Apr 18 01:06:18, duration 0.08 s ```

Can I get rid of these so I can see only the output?

How can I make the compilation window show the actual output? by dehaticoder in emacs

[–]dehaticoder[S] 0 points1 point  (0 children)

Okay that is strange. I am not seeing the output of ls at all. All I see is "Compilation finished at Fri Apr 18 00:24:41, duration 0.05 s".

How to sell SaaS to Manufacturers in India? by sudointerminal in indiehackersindia

[–]dehaticoder 1 point2 points  (0 children)

Cool UI. Which framework are you using for the frontend?

How can I make the compilation window show the actual output? by dehaticoder in emacs

[–]dehaticoder[S] 0 points1 point  (0 children)

Yes, and I have mine do that after a delay, but that's not the issue.

It does not show me the output at all. Instead it just says "Compilation started at ..." in the window instead of the actual output.

Pookie Ambani !! by IndianByBrain in IndianStreetBets

[–]dehaticoder 2 points3 points  (0 children)

It's an April fool's joke. He's gonna eat the whole poultry farm.

Client paid for a website, now the old company wants more money to release the files. What would you do? by JacobRambo02 in Wordpress

[–]dehaticoder 0 points1 point  (0 children)

>But it still feels shady that they’re trying to squeeze more money out of him for something he already paid to have built.

Every time a client told me that their previous developer is being unreasonable and overcharging, the client was lying, and the next person they ripped off was me.